We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6492f69 commit da6bda9Copy full SHA for da6bda9
1 file changed
slao_bot/cogs/signup.py
@@ -2,7 +2,6 @@
2
from discord import Colour, Embed, Member, app_commands
3
from discord.ext import commands
4
from discord.ext.commands import Context
5
-
6
from slaobot import SlaoBot
7
from utils.config import settings
8
@@ -67,7 +66,7 @@ async def on_submit(self, interaction: discord.Interaction):
67
66
68
await interaction.response.send_message(
69
f'Спасибо, {self.name.value}! Офицеры в скором времени выдадут права в Discord',
70
- ephemeral=True
+ ephemeral=True,
71
)
72
73
async def on_error(self, interaction: discord.Interaction, error: Exception) -> None:
0 commit comments