Access error
This commit is contained in:
parent
8dea037c2f
commit
c33b4fb4e5
@ -209,6 +209,10 @@ class ReactRestrict:
|
|||||||
pass
|
pass
|
||||||
except AttributeError: # VoiceChannel object has no attribute 'get_message'
|
except AttributeError: # VoiceChannel object has no attribute 'get_message'
|
||||||
pass
|
pass
|
||||||
|
except discordForbidden # No access to channel, skip
|
||||||
|
pass
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
return None
|
return None
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user