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