TrackmaniaIndia / TMIndiaBot

Discord Bot for the Trackmania India Discord Server
https://discord.gg/aztYuhWxgU
MIT License
2 stars 3 forks source link

Bring back prefixed commands #204

Open deepnimma opened 2 years ago

deepnimma commented 2 years ago

Pycord now has a bridge_command that let's you create both slash and prefixed commands simulatenously.

Change a few commands from only slash commands to bridge command Change custom implementation of bot to inherit from discord.ext.bridge.bot. discord.ext.bridge.bot also inherits from commands.bot so there will be no major changes in the code.

deepnimma commented 2 years ago

push back to [v3.0] because of scale

deepnimma commented 2 years ago

pushed back indefinitely because bridge commands are definitely not as completed as normal slash commands

deepnimma commented 1 year ago

need to double check this information on latest releases of pycord