Quote fix

This commit is contained in:
Mael G 2019-07-28 15:10:05 -04:00
parent 459405e815
commit 106c619631

View file

@ -332,7 +332,7 @@ class Utility(commands.Cog):
test_chan = await self.bot.fetch_channel(channel.id)
try:
return await test_chan.fetch_message(message_id)
except discord.NotFound:
except (discord.NotFound, discord.Forbidden):
pass
return None