Skip to content

Commit da6bda9

Browse files
committed
Fix flake
1 parent 6492f69 commit da6bda9

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

slao_bot/cogs/signup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
from discord import Colour, Embed, Member, app_commands
33
from discord.ext import commands
44
from discord.ext.commands import Context
5-
65
from slaobot import SlaoBot
76
from utils.config import settings
87

@@ -67,7 +66,7 @@ async def on_submit(self, interaction: discord.Interaction):
6766

6867
await interaction.response.send_message(
6968
f'Спасибо, {self.name.value}! Офицеры в скором времени выдадут права в Discord',
70-
ephemeral=True
69+
ephemeral=True,
7170
)
7271

7372
async def on_error(self, interaction: discord.Interaction, error: Exception) -> None:

0 commit comments

Comments
 (0)