This commit is contained in:
bacon
2024-03-10 16:12:44 +03:00
parent 0c2fc80485
commit 221e97f47f
2 changed files with 0 additions and 3 deletions

View File

@@ -25,6 +25,5 @@ class Testing(commands.Cog, name='Testing'):
await inter.response.send_message(result, ephemeral=True)
def setup(bot): # an extension must have a setup function
bot.add_cog(Testing(bot)) # adding a cog