Releases: Toricane/slash-help
Releases · Toricane/slash-help
v2.0.5
- No code change
- Added buttons to README.md
v2.0.4
- Actually fixes the issue listed in the releases above
v2.0.2
- Slash commands show up now if there are no global commands
- Properly errors if there are no global or guild commands
- Fixed README.md examples
v2.0.1
- Usage of
__slots__
, saving a bit of memory
- Fixed context menus' how to use
- Added
timeout
to Paginator
(whoops)
- Added optional footer to the search embeds
Can anyone please test v2 for me please thank you very much
v2.0.0
- New redesign
- More efficient
- A master list instead of multiple lists
- Extremely fast
- New arguments
- New examples in README.md
- Ability to make your own command]
- Set
auto_create=False
- Create your own command
- Use
await help_slash.send_help(ctx, command)
- Can also put
prefix
in send_help()
as well as SlashHelp()
- Overrides
bot.command_prefix
- And lots more!
v1.5.0
- Discord.py's message commands displayed (if you have them &
dpy_commands=True
& they are not hidden)
v1.4.1
- Updated example GIF
- Templates and other community-related stuff on GitHub
v1.4.0
- Discord.py commands can show up in help embed
- New parameters, check README.md
- Bug fixes