diff --git a/Acronymbot.py b/Acronymbot.py index 069d021..26a5c1f 100644 --- a/Acronymbot.py +++ b/Acronymbot.py @@ -3,7 +3,6 @@ from discord import app_commands botIntents = discord.Intents.all() - client = discord.Client(intents=botIntents) tree = app_commands.CommandTree(client) @@ -42,6 +41,4 @@ class Buttons(discord.ui.View): child.disabled = True await interaction.response.edit_message(content=f"Ouch!", view=self) - - client.run('NzgwNzg4NDIwMjkzMDM0MDA0.GEKkUB.Bbl09D3lWMGea_mcIESPMLUyGlkW-6N53BPFjI') \ No newline at end of file