fix(suggestions): fixed suggestions' text commands not working

This commit is contained in:
Seaswimmer 2023-09-21 12:25:32 -04:00
parent 55867ea12a
commit a2aae0e9eb
No known key found for this signature in database
GPG key ID: 5019678FD9CF50D8

View file

@ -3,8 +3,6 @@ from .suggestions import Suggestions, approve_context, deny_context
async def setup(bot):
await bot.add_cog(Suggestions(bot))
async def setup(bot):
bot.tree.add_command(approve_context)
bot.tree.add_command(deny_context)