cleanup
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user