You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 9, 2018. It is now read-only.
When using !antilinkset togglestrict, the following console error is being printed:
[21/09/2017 11:41] ERROR red on_command_error 369: Exception in command 'antilinkset togglestrict'
Traceback (most recent call last):
File "lib/discord/ext/commands/core.py", line 50, in wrapped
ret = yield from coro(*args, **kwargs)
File "/Red/cogs/antilink.py", line 61, in togglestrict
if self.json[serverid]['strict'] is True:
KeyError: 'strict'