Skip to content

v0.5.2

Latest

Choose a tag to compare

@Rappytz Rappytz released this 05 Jan 11:46
· 4 commits to main since this release
39a14a8

Dynamic Language

  • Added multi language support: Set the language to auto to automatically use the interaction locale
  • Provide a default_language if the interaction locale is no available

Improvements

  • Added utils.count_lines
  • Added bot.cmd_count
  • Added more template variables for embeds that were previously only available in the status changer
  • Added custom variable support for the help command
  • Added month detection for utils.convert_to_seconds
  • Blacklist commands are now customizable and can be disabled

Fixes

  • Fixed help command in DMs when a command had default permissions set
  • Fixed database type of dt when using blacklist.get_full_bans
    • Note: This does not automatically change if you already have an active blacklist database
  • Fixed interaction responses for blacklist commands
  • Fixed missing key error for custom language files
  • Fixed conv_json and foreign_keys for single DB connections