Skip to content
This repository has been archived by the owner on May 1, 2022. It is now read-only.

v0.8.0

Compare
Choose a tag to compare
@AstreaTSS AstreaTSS released this 22 Feb 02:43
· 69 commits to main since this release

An update after a while, woot!

  • BREAKING: Upgrade to dis-snek 6.0.0. There were some annoying bugs in 5.0.0.
    • This does not work with the latest dev version, or at least won't work correctly - sorry! It'll be fixed once the next version of dis-snek comes out.
  • BREAKING: VoiceChannelConverter has been changed to GuildVoiceConverter as you can't import dis_snek.VoiceChannel easily anyways, nor are you intended to.
  • BREAKING: Subcommands are now created with subcommand only rather than with command and its aliases. This is to be more consistent with dis-snek itself, especially with how it handles slash commands.
  • MolterCommand.signature is a thing! It's more or less exactly how discord.py did it - it's basically a way of getting a POSIX-like signature for a command's arguments.
  • MolterSnake.get_command(name) is a thing too! It allows you to get a command from its name, aliases or not, and even can go through subcommands.
  • Some fixes and adjustments here and there.

Full Changelog: v0.7.0...v0.8.0