mirror of
				https://github.com/TitanEmbeds/Titan.git
				synced 2025-11-04 15:57:02 +01:00 
			
		
		
		
	Show members even if rich embeds is disabled
This commit is contained in:
		@@ -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)
 | 
				
			||||||
		Reference in New Issue
	
	Block a user