mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2025-06-16 11:25:22 +02:00
Check shard command and sharding support for fetch msg script
This commit is contained in:
@ -39,3 +39,5 @@ class Commands():
|
||||
async def server(self, message):
|
||||
await message.channel.send("Join the Titan Embeds Discord server! https://discord.gg/pFDDtcN")
|
||||
|
||||
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))
|
Reference in New Issue
Block a user