This commit is contained in:
binlaab
2023-10-27 17:42:38 +02:00
parent a15e9aa331
commit 75e069a90b

View File

@@ -112,4 +112,6 @@ Disfrutad del bot
if __name__ == '__main__': if __name__ == '__main__':
parse_cmds("cmds.txt") parse_cmds("cmds.txt")
make_help() make_help()
bot.add_application_command(add)
bot.add_application_command(delete)
bot.run(os.environ['TOKEN']) bot.run(os.environ['TOKEN'])