mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-14 21:38:38 +00:00
bugfix
This commit is contained in:
@@ -1352,7 +1352,7 @@ async def max_weight(lista):
|
||||
guild=discord.Object(id=664789470779932693),
|
||||
)
|
||||
async def skip_track(ctx):
|
||||
with ctx.typing():
|
||||
async with ctx.typing():
|
||||
allowed = False
|
||||
for role in ctx.author.roles:
|
||||
if role.name == "Thane":
|
||||
@@ -1367,7 +1367,7 @@ async def skip_track(ctx):
|
||||
guild=discord.Object(id=664789470779932693),
|
||||
)
|
||||
async def zrestartuj_radio(ctx):
|
||||
with ctx.typing():
|
||||
async with ctx.typing():
|
||||
allowed = False
|
||||
for role in ctx.author.roles:
|
||||
if role.name == "Thane":
|
||||
|
||||
Reference in New Issue
Block a user