Update
This commit is contained in:
parent
4f7d7b85b6
commit
e1dd83b592
1 changed files with 3 additions and 1 deletions
2
misc.py
2
misc.py
|
@ -37,3 +37,5 @@ class misc(commands.Cog):
|
||||||
errorlist = [1,2]
|
errorlist = [1,2]
|
||||||
await interaction.response.send_message(errorlist[4])
|
await interaction.response.send_message(errorlist[4])
|
||||||
|
|
||||||
|
def setup(bot: commands.Bot):
|
||||||
|
bot.add_cog(misc(bot))
|
Loading…
Reference in a new issue