Add help command to prevent confusion. (#124)

* Add help command to prvent confusion.

* Fix spacing
This commit is contained in:
circl 2018-12-02 01:13:37 +01:00 committed by Jeremy "EndenDragon" Zhang
parent 039f64c301
commit c25b6c1409

View File

@ -76,6 +76,9 @@ class Commands():
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(message.guild.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))
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")
async def members(self, message): async def members(self, message):
headers = {"Authorization": self.config["titan-web-app-secret"]} headers = {"Authorization": self.config["titan-web-app-secret"]}
payload = { payload = {