Skip to content

v2.0.0

Compare
Choose a tag to compare
@Toricane Toricane released this 22 Oct 23:48
· 14 commits to main since this release
ed0bea4
  • 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!