mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2024-12-25 14:37:02 +01:00
Show members even if rich embeds is disabled
This commit is contained in:
parent
18e48404b4
commit
2e5c6adecb
@ -115,4 +115,7 @@ class Commands():
|
|||||||
color = 7964363,
|
color = 7964363,
|
||||||
description = embed_description
|
description = embed_description
|
||||||
)
|
)
|
||||||
await message.channel.send(embed=embed)
|
if message.guild.me.permissions_in(message.channel).embed_links:
|
||||||
|
await message.channel.send(embed=embed)
|
||||||
|
else:
|
||||||
|
await message.channel.send("__**Currently Online Embed Members**__\n" + embed_description)
|
Loading…
Reference in New Issue
Block a user