-
-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
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
Send multiple messages #63
Comments
You're welcome! The This bot could malfunction on some servers if you lack the ability to delete your messages, I am unfamiliar with such a permission problem but I'm sure it is possible if an admin is interested in keeping all messages for auditing purposes. Can you elaborate on what you mean when you say you want to send multiple messages from the command line? I need some more information to be able to tell you if what you're asking for is supported or if you would have to add it in yourself. As far as tagging users, you should be able to include the full |
Thanks for the quick reply, I meant like node bot.js --message "Text1" "Text2" How would I input more messages after Text1 basically? Also, how can I add a delay in between each message if I want to send multiple messages. |
What you are asking is currently not supported by the CLI, it would probably be easier for you to do this directly from the JavaScript if that is an option for you. |
Hey, thanks for this amazing project. Quick question, how would you send multiple messages from the command line? Also how would you mention Discord users in the mention? Like @player
Also is there a reason that this bot won't work on some servers? The --prune flag also doesn't delete the message, but just send /prune text.
The text was updated successfully, but these errors were encountered: