mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2025-06-16 11:25:22 +02:00
Display NSFW channel warning
This commit is contained in:
@ -91,6 +91,7 @@ def get_channels_list(guildchannels):
|
||||
"type": str(channel.type),
|
||||
"permission_overwrites": overwrites,
|
||||
"parent_id": parent,
|
||||
"nsfw": channel.is_nsfw,
|
||||
})
|
||||
return channels
|
||||
|
||||
|
Reference in New Issue
Block a user