diff --git a/discordbot/titanembeds/commands.py b/discordbot/titanembeds/commands.py index ece1c8f..8335186 100644 --- a/discordbot/titanembeds/commands.py +++ b/discordbot/titanembeds/commands.py @@ -40,4 +40,4 @@ class Commands(): 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)) \ No newline at end of file + 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)) \ No newline at end of file