misc: wrapped blacklist reason in
This commit is contained in:
parent
83cd032738
commit
d56513076a
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ class MusicDownloader(commands.Cog):
|
|||
result = cur.fetchone()
|
||||
if result:
|
||||
user_id, reason = result
|
||||
await ctx.send(f"{user.mention} is in the blacklist for the following reason: {reason}")
|
||||
await ctx.send(f"{user.mention} is in the blacklist for the following reason: `{reason}`")
|
||||
else:
|
||||
await ctx.send(f"{user.mention} is not in the blacklist.")
|
||||
con.close()
|
||||
|
|
Loading…
Reference in a new issue