mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2025-06-16 03:15:24 +02:00
Launching TitanDocs
This commit is contained in:
@ -108,7 +108,7 @@ class Commands():
|
||||
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))
|
||||
|
||||
async def help(self, message):
|
||||
await message.channel.send("Commands available on: https://titanembeds.com/about\nTo setup an embed please visit: https://titanembeds.com/user/dashboard")
|
||||
await message.channel.send("Commands available on: https://docs.titanembeds.com/Commands/\nTo setup an embed please visit: https://titanembeds.com/user/dashboard")
|
||||
|
||||
async def members(self, message):
|
||||
headers = {"Authorization": self.config["titan-web-app-secret"]}
|
||||
|
Reference in New Issue
Block a user