From 106c619631049105ad01ca29d6d2bb28a887cda6 Mon Sep 17 00:00:00 2001 From: Mael G Date: Sun, 28 Jul 2019 15:10:05 -0400 Subject: [PATCH] Quote fix --- cogs/utility.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/utility.py b/cogs/utility.py index ddcd8b5..25324bb 100755 --- a/cogs/utility.py +++ b/cogs/utility.py @@ -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