fix: Remove redundant command addition for DmbotTetoCog in setup
This commit is contained in:
parent
561faaac8b
commit
1d5b1f6d57
@ -164,5 +164,4 @@ async def setup(bot: commands.Bot):
|
||||
cog = DmbotTetoCog(bot) # Changed from TetoCog
|
||||
await bot.add_cog(cog)
|
||||
bot.tree.add_command(teto_context_menu_ai_reply)
|
||||
bot.tree.add_command(cog.teto)
|
||||
print("DmbotTetoCog loaded! desu~") # Changed from TetoCog
|
||||
|
Loading…
x
Reference in New Issue
Block a user