skiqqy / C45DiscordBot

Proprietary™ (Thats a joke btw) C45 discord bot.
MIT License
2 stars 1 forks source link

Bot is mistaking quotes for commands #31

Closed DavidBakerEffendi closed 4 years ago

DavidBakerEffendi commented 4 years ago

The markup for quoting someone on discord is ">" and the bot is mistaking this as a command. In discord there needs to be a space between ">" and the quote so we should be sensitive to this.

deavmi commented 4 years ago

Ah that makes sense.

Mmh, make $ is better?

On 03 April 2020 11:20:00 SAST, David Baker Effendi notifications@github.com wrote:

The markup for quoting someone on discord is ">" and the bot is mistaking this as a command. In discord there needs to be a space between ">" and the quote so we should be sensitive to this.

-- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/Skippy404/C45DiscordBot/issues/31

-- Sent from my Android device with K-9 Mail. Please excuse my brevity.

DavidBakerEffendi commented 4 years ago

or even /command

deavmi commented 4 years ago

Yeah. I vibe with thus.

On 03 April 2020 12:30:32 SAST, David Baker Effendi notifications@github.com wrote:

or even /command

-- You are receiving this because you commented. Reply to this email directly or view it on GitHub: https://github.com/Skippy404/C45DiscordBot/issues/31#issuecomment-608359586

-- Sent from my Android device with K-9 Mail. Please excuse my brevity.

DavidBakerEffendi commented 4 years ago

This should be completed before #19