Gerald-Development / Barista-Gerald

Gerald general purpose discord bot.
GNU General Public License v3.0
3 stars 3 forks source link

Slash Commands implementation #145

Open Montori opened 3 years ago

Montori commented 3 years ago

Since Discord is making it clear that they want to embrace the new slash command system, we should also be able to provide and handle them. Discord will also be locking their message.content field behind a privilege intent that's why we need to implement them in the first place. But apart from that we should implement them anyway, since most of our commands don't need the message context.

ElementalMP4 commented 3 years ago

160

CommandContext in DMs issue