feat: testing an allowedmentions change

This commit is contained in:
SeaswimmerTheFsh 2023-08-02 01:23:17 -04:00
parent d56513076a
commit 8cb0484d93
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 5019678FD9CF50D8

View file

@ -182,7 +182,7 @@ class MusicDownloader(commands.Cog):
user_id, reason = result
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.")
await ctx.send(f"{user.mention} is not in the blacklist.", allowed_mentions = discord.AllowedMentions(users=False))
con.close()
@blacklist.command(name='add')