auspiciousArtifice / pendragon

A Discord bot for playing the medieval social deception board game, Avalon
MIT License
2 stars 0 forks source link

Support Slash Commands #37

Closed spiral6 closed 2 years ago

spiral6 commented 3 years ago

Discord has finally added support for /slash commands in the official API. They are known as "interactions".

Unfortunately, the library that this bot primarily uses (discord.py) has no intention in the short term to support this.

As a result, we're going to have to look towards a third-party library if we want to support this. Something like this for example.

Not a super high priority but something that will greatly improve the UI/UX integration with Discord.

spiral6 commented 3 years ago

Add autocomplete functionality (see included image) image.png