Launching TitanDocs

This commit is contained in:
Jeremy Zhang
2019-11-15 13:20:44 -08:00
parent b8b602713a
commit d51410d802
4 changed files with 17 additions and 4 deletions

View File

@ -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"]}