Formatting Changes

This commit is contained in:
2022-11-22 11:18:54 +10:00
parent fcfd10d5cd
commit 3f1ecdb216

View File

@@ -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')