Skip to content

Releases: Toricane/slash-help

v2.0.5

25 Oct 00:04
5d16c45
Compare
Choose a tag to compare
  • No code change
  • Added buttons to README.md

v2.0.4

24 Oct 22:44
e102b8c
Compare
Choose a tag to compare
  • Actually fixes the issue listed in the releases above

v2.0.3

23 Oct 22:00
aaea9d3
Compare
Choose a tag to compare
  • Should actually work now

v2.0.2

23 Oct 20:46
3ccaf27
Compare
Choose a tag to compare
  • 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

23 Oct 19:02
b849114
Compare
Choose a tag to compare
  • 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

22 Oct 23:48
ed0bea4
Compare
Choose a tag to compare
  • 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

04 Oct 01:33
ef3915a
Compare
Choose a tag to compare
  • Discord.py's message commands displayed (if you have them & dpy_commands=True & they are not hidden)

v1.4.2

30 Sep 01:29
1d2c18e
Compare
Choose a tag to compare
  • No loop GIF

v1.4.1

29 Sep 02:28
2a42edf
Compare
Choose a tag to compare
  • Updated example GIF
  • Templates and other community-related stuff on GitHub

v1.4.0

29 Sep 02:05
cab9deb
Compare
Choose a tag to compare
  • Discord.py commands can show up in help embed
  • New parameters, check README.md
  • Bug fixes