2023.6.23
This releases synchronizes IgKnite with disnake's new major release v2.9.0 along with improving developer experience through the improvement of developer containers and dependencies.
What's New
- Added a new
/makestage
slash command which can be used to create new stage channels. - Renamed the
/makevc
command to/makevoice
. - Moved the
/slowmode
command from the Moderation cog to the Customization cog. - Channel creation commands now have a new
slowmode
parameter which can be used to set an optional, custom slowmode delay for the specific channel. - The
/deletechannel
slash command can now delete category channels as well. - The
/userinfo
slash command now displays the global name and the display name of a user. - Use Ruff as the linter and Black as the formatter of the project.
Related PRs
- 🔨 [tuning] Added Ruff as the primary linter and formatter by @hitblast in #236
- ✨ [feat] Added
/makestage
; modified Customization cog commands and more by @hitblast in #241 - 🔨 [tuning] Synchronized
/userinfo
with latest API changes by @hitblast in #242
The changes will shortly be deployed to IgKnite's pre-hosted instance.
Full Changelog: 2023.6.19...2023.6.23