Formatting Changes
This commit is contained in:
@@ -3,7 +3,6 @@ from discord import app_commands
|
|||||||
|
|
||||||
botIntents = discord.Intents.all()
|
botIntents = discord.Intents.all()
|
||||||
|
|
||||||
|
|
||||||
client = discord.Client(intents=botIntents)
|
client = discord.Client(intents=botIntents)
|
||||||
tree = app_commands.CommandTree(client)
|
tree = app_commands.CommandTree(client)
|
||||||
|
|
||||||
@@ -42,6 +41,4 @@ class Buttons(discord.ui.View):
|
|||||||
child.disabled = True
|
child.disabled = True
|
||||||
await interaction.response.edit_message(content=f"Ouch!", view=self)
|
await interaction.response.edit_message(content=f"Ouch!", view=self)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
client.run('NzgwNzg4NDIwMjkzMDM0MDA0.GEKkUB.Bbl09D3lWMGea_mcIESPMLUyGlkW-6N53BPFjI')
|
client.run('NzgwNzg4NDIwMjkzMDM0MDA0.GEKkUB.Bbl09D3lWMGea_mcIESPMLUyGlkW-6N53BPFjI')
|
||||||
Reference in New Issue
Block a user