Quick/Server DMs don't act as slash commands #5639
Unanswered
2br-2b
asked this question in
API Feature Requests & Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
First off, thank you so much for adding slash commands! My discord bot is so much easier to use now that these have been implemented!
My only problem is DMing the bot from a server.
My bot, StoryBot, uses slash commands both in a server and in DMs; however, if someone types a slash command while DMing the bot directly from the server like so, it just sends as a normal message:
This is a problem for me, as my bot uses the content of the first DM sent to it to continue a written story. If the first DM sent is a failed slash command like so, then the story will become clogged with lots of random slash commands. It also causes some other program-specific problems, but I think you get the idea.
Right now, I have a filter in my bot to ignore these commands (so there is a workaround), but it would be nice if these were converted automatically or if starting a slash command in this section gave an option to continue the slash command in a DM.
Beta Was this translation helpful? Give feedback.
All reactions