- Exit with no accompanying log fixed

This commit is contained in:
trigg 2022-03-31 17:44:05 +00:00
parent 0ce13b6aac
commit e359b428ee

View file

@ -104,6 +104,7 @@ class DiscordConnector:
self.access_token = jsonresponse["access_token"]
self.req_auth()
else:
log.error("No access token in json response")
sys.exit(1)
def set_channel(self, channel, need_req=True):