mirror of
				https://github.com/TitanEmbeds/Titan.git
				synced 2025-11-03 23:37:09 +01:00 
			
		
		
		
	Shard command no longer returns None
This commit is contained in:
		@@ -40,4 +40,4 @@ class Commands():
 | 
				
			|||||||
        await message.channel.send("Join the Titan Embeds Discord server! https://discord.gg/pFDDtcN")
 | 
					        await message.channel.send("Join the Titan Embeds Discord server! https://discord.gg/pFDDtcN")
 | 
				
			||||||
        
 | 
					        
 | 
				
			||||||
    async def shard(self, message):
 | 
					    async def shard(self, message):
 | 
				
			||||||
        await message.channel.send("This instance of Titan Embeds Discord Bot is running on shard **{}**. There are **{}** shards in total.".format(self.client.shard_id, self.client.shard_count))
 | 
					        await message.channel.send("This instance of Titan Embeds Discord Bot is running on shard **{}**. There are **{}** shards in total.".format(message.guild.shard_id, self.client.shard_count))
 | 
				
			||||||
		Reference in New Issue
	
	Block a user