feat: testing an allowedmentions change
This commit is contained in:
parent
d56513076a
commit
8cb0484d93
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ class MusicDownloader(commands.Cog):
|
||||||
user_id, reason = 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:
|
else:
|
||||||
await ctx.send(f"{user.mention} is not in the blacklist.")
|
await ctx.send(f"{user.mention} is not in the blacklist.", allowed_mentions = discord.AllowedMentions(users=False))
|
||||||
con.close()
|
con.close()
|
||||||
|
|
||||||
@blacklist.command(name='add')
|
@blacklist.command(name='add')
|
||||||
|
|
Loading…
Reference in a new issue