pacapon / StyroBotPy

Python version of my custom DiscordBot, based on Rapptz discord.py
MIT License
2 stars 0 forks source link

Help command doesn't always properly sort commands with arguments #44

Closed zylozs closed 7 years ago

zylozs commented 7 years ago
!changebotavatar <image_url>  - Change the bot's avatar image. Url must be an PNG or JPG image.
!changebotname <name>  - Change the name of the bot to <name>
!cleanassets  - Clean image and music assets
!f14  - Create an F14!
!halp  - Help has never been so unhelpful
!halp <page_name>  - Help has never been so unhelpful
!hello  - Say Hello
!help <page_name>  - Provides the help page for a specific part of the bot or its plugins
!help  - Provides the basic help page
!join  - Join voice channel you are currently in
!join <name>  - Join voice channel with given name
!leave  - Leave the current voice channel
!reload  - Reloads the plugins dynamically at runtime
!shutdown  - Shutdown the bot (requires server admin permissions)
!usage  - 
!usage <tag> <command>  - 
!usage <botcommand>  -

Look at help and usage, they are wrong.

zylozs commented 7 years ago

Fixed