added a missing await to [p]podcast
This commit is contained in:
parent
cdfa0e3815
commit
1079024f45
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ class Podcast(commands.Cog):
|
|||
else:
|
||||
return
|
||||
if ctx.author.id in blacklisted_users:
|
||||
ctx.author.send(content=f"You are blacklisted from ``{prefix}podcast``!")
|
||||
await ctx.author.send(content=f"You are blacklisted from ``{prefix}podcast``!")
|
||||
return
|
||||
else:
|
||||
await submission_channel.send(content=f"{question}")
|
||||
|
|
Loading…
Reference in a new issue