We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sendToDm = "This message will showed on server" reply = "This message will showed on dm"
you can use this like be
sendToDm = "DM 에 메시지가 전송되었습니다!"; reply = "표시될 메시지";
and, just set sendToDm as true, will not displays server message
AND, IF WE USE THIS FEATURE ON DM, this is will ignored
The text was updated successfully, but these errors were encountered:
No branches or pull requests
sendToDm = "This message will showed on server"
reply = "This message will showed on dm"
you can use this like be
sendToDm = "DM 에 메시지가 전송되었습니다!";
reply = "표시될 메시지";
and, just set sendToDm as true, will not displays server message
AND, IF WE USE THIS FEATURE ON DM, this is will ignored
The text was updated successfully, but these errors were encountered: