mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2025-03-31 14:11:56 +02:00
Merge branch 'master' of github.com:EndenDragon/Titan
This commit is contained in:
commit
9037be3d7f
@ -295,6 +295,8 @@ def fetch():
|
||||
messages = {}
|
||||
if status['banned'] or status['revoked']:
|
||||
status_code = 403
|
||||
if user_unauthenticated():
|
||||
session['user_keys'].pop(guild_id, None)
|
||||
else:
|
||||
chan = filter_guild_channel(guild_id, channel_id)
|
||||
if not chan.get("read"):
|
||||
|
Loading…
x
Reference in New Issue
Block a user