Access error

This commit is contained in:
bobloy 2017-12-04 19:35:46 -05:00
parent 8dea037c2f
commit c33b4fb4e5

View File

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