From 3f1ecdb21600cc250e562089403b62dc0b056a82 Mon Sep 17 00:00:00 2001 From: BigGamerGary Date: Tue, 22 Nov 2022 11:18:54 +1000 Subject: [PATCH] Formatting Changes --- Acronymbot.py | 3 --- 1 file changed, 3 deletions(-) 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