mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2025-06-17 03:45:25 +02:00
Parse channel ids to names representation in messages
This commit is contained in:
@ -186,8 +186,8 @@ def get_guild_channels(guild_id):
|
||||
result["read"] = False
|
||||
result["write"] = False
|
||||
|
||||
if result["read"]:
|
||||
result_channels.append(result)
|
||||
#if result["read"]:
|
||||
result_channels.append(result)
|
||||
return sorted(result_channels, key=lambda k: k['channel']['position'])
|
||||
|
||||
def filter_guild_channel(guild_id, channel_id):
|
||||
|
Reference in New Issue
Block a user