mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2024-12-25 06:27:03 +01:00
Add help command to prevent confusion. (#124)
* Add help command to prvent confusion. * Fix spacing
This commit is contained in:
parent
039f64c301
commit
c25b6c1409
@ -76,6 +76,9 @@ class Commands():
|
||||
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))
|
||||
|
||||
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):
|
||||
headers = {"Authorization": self.config["titan-web-app-secret"]}
|
||||
payload = {
|
||||
|
Loading…
Reference in New Issue
Block a user