Access error

howdoi
bobloy 7 years ago
parent 8dea037c2f
commit c33b4fb4e5

@ -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

Loading…
Cancel
Save