accidently included a redbot 3.4 update

This commit is contained in:
brandons209 2020-09-30 00:42:05 -04:00
parent e17235fef4
commit 24a8601053

View file

@ -834,7 +834,7 @@ class MoreAdmin(commands.Cog):
Sends a message to a channel from Aurelia.
"""
try:
await channel.send(msg, allowed_mentions=discord.AllowedMentions())
await channel.send(msg)#, allowed_mentions=discord.AllowedMentions())
except:
await ctx.send("Could not send message in that channel.")