finished queue system, overwrites discord kill process to loop

This commit is contained in:
2023-05-26 16:49:45 +01:00
parent 8bc45786b1
commit 10907570a2
5 changed files with 174 additions and 71 deletions

View File

@@ -6,4 +6,4 @@ import help
client = Astro(command_prefix=config.get_prefix(), intents=discord.Intents.all())
client.help_command = help.AstroHelp()
client.run(config.get_login("dev"))
client.run(config.get_login("live"))