mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-10-22 08:23:09 +00:00
Reformat entire project with ruff instead of black
This commit is contained in:
@@ -70,7 +70,7 @@ class Feedback(discord.ui.Modal, title='Feedback'):
|
||||
client = MyClient()
|
||||
|
||||
|
||||
@client.tree.command(guild=TEST_GUILD, description="Submit feedback")
|
||||
@client.tree.command(guild=TEST_GUILD, description='Submit feedback')
|
||||
async def feedback(interaction: discord.Interaction):
|
||||
# Send the modal with an instance of our `Feedback` class
|
||||
# Since modals require an interaction, they cannot be done as a response to a text command.
|
||||
|
Reference in New Issue
Block a user