mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-14 21:38:38 +00:00
bgfx
This commit is contained in:
+1
-1
@@ -72,7 +72,7 @@ class Events(commands.Cog):
|
|||||||
guild=discord.Object(id=664789470779932693),
|
guild=discord.Object(id=664789470779932693),
|
||||||
)
|
)
|
||||||
async def switch_dm_mode(self, ctx, dm_mode_arg: Dm_Mode):
|
async def switch_dm_mode(self, ctx, dm_mode_arg: Dm_Mode):
|
||||||
async with ctx.typing:
|
async with ctx.channel.typing():
|
||||||
if isinstance(ctx.channel, discord.DMChannel):
|
if isinstance(ctx.channel, discord.DMChannel):
|
||||||
for superfryta in SPECJALNE_ZIEMNIACZKI.values():
|
for superfryta in SPECJALNE_ZIEMNIACZKI.values():
|
||||||
if ctx.message.author.id == superfryta[0]:
|
if ctx.message.author.id == superfryta[0]:
|
||||||
|
|||||||
Reference in New Issue
Block a user