fix(suggestions): fixed suggestions' text commands not working
This commit is contained in:
parent
55867ea12a
commit
a2aae0e9eb
1 changed files with 0 additions and 2 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue