aboutsummaryrefslogtreecommitdiff
path: root/cogs/help.py
diff options
context:
space:
mode:
authorziro <palembani@gmail.com>2020-08-06 06:08:26 +0000
committerziro <palembani@gmail.com>2020-08-06 06:08:26 +0000
commit7a494e6c90385a3c7785ce9ff2c276a6d856ea6a (patch)
treef3da6e80defd0d00d17ca17063a9c284e0720c12 /cogs/help.py
parent384b2bec4a9058e37983fcbb8e8d05efd1060961 (diff)
downloadsteve-bot-7a494e6c90385a3c7785ce9ff2c276a6d856ea6a.tar
steve-bot-7a494e6c90385a3c7785ce9ff2c276a6d856ea6a.tar.gz
steve-bot-7a494e6c90385a3c7785ce9ff2c276a6d856ea6a.tar.bz2
steve-bot-7a494e6c90385a3c7785ce9ff2c276a6d856ea6a.tar.lz
steve-bot-7a494e6c90385a3c7785ce9ff2c276a6d856ea6a.tar.xz
steve-bot-7a494e6c90385a3c7785ce9ff2c276a6d856ea6a.tar.zst
steve-bot-7a494e6c90385a3c7785ce9ff2c276a6d856ea6a.zip
+ Show aliasses to help command
Diffstat (limited to '')
-rw-r--r--cogs/help.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cogs/help.py b/cogs/help.py
index 12bc73b..dafe6c5 100644
--- a/cogs/help.py
+++ b/cogs/help.py
@@ -23,7 +23,7 @@ class Help(commands.Cog):
_desc="No description."
else:
_desc=f"{cmd.help}"
- _cmd = f"{str(cmd)}"
+ _cmd = " | ".join([str(cmd),*cmd.aliases])
embed.add_field(name=f"{_cmd}", value=f"{_desc}", inline=False)
await ctx.send(embed=embed)
'logmsg'> 2021-03-16hopefully fixed the ultraxd thingSkycloudd1-1/+1 2021-03-05Tabs to spacesMango0x451-526/+541 2021-03-05Educate new members on input rulesMango0x451-535/+526 2021-02-28Make !pending not max out at 200 runs per gamerandomidiot131-5/+16 2021-02-27Update aiohttp due to security vulnerabilityMango0x452-1/+2 2021-02-24Make !verified asynchronousAnInternetTroll2-38/+36 2021-02-20Add verified commandrandomidiot131-0/+45 If I did everything right, there should be a "verified" command that does the same thing as "src!v", roughly. Be advised that I have no idea if what I'm doing is correct, good, and/or functional. 2021-02-13Whitelist coop all bosses when rejecting spamMango0x451-1/+1 2021-02-13Remove useless importsMango0x454-6/+1 2021-02-13Add better spam preventionMango0x451-15/+22 2021-02-13Remove useless dependenciesMango0x451-10/+8