You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 26, 2025. It is now read-only.
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:
ghost
changed the title
Multiple lines
Send multiple messages
Mar 7, 2022
The --prune flag sends the /prune text, which should then delete the last message you sent. The code for this can be found on this line if you are interested.
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 @ of the user, i.e. @ajmeese7#4835. If that doesn't work for you then I can look more into it and see if there is another approach. I'm sure you can use the user's ID to do it as well, I just don't remember how to do that off the top of my head.
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.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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: