diff --git a/reactrestrict/reactrestrict.py b/reactrestrict/reactrestrict.py index 5d6dc9a..1badb40 100644 --- a/reactrestrict/reactrestrict.py +++ b/reactrestrict/reactrestrict.py @@ -209,6 +209,10 @@ class ReactRestrict: pass except AttributeError: # VoiceChannel object has no attribute 'get_message' pass + except discordForbidden # No access to channel, skip + pass + + return None