Releases: ileukocyte/hibernum
Releases · ileukocyte/hibernum
Version 3.3
Features
- Slash subcommand handling:
- The standalone
&removetimeout
command has been removed in favor of the aforementioned&timeout
's respective subcommand
Trivia
- Voice chat message handling due to JDA's update
- Round counter for the
&rps
command - Turn response redesign for the
&tictactoe
command - Maximal reason length update for the
&timeout
command &akinator
debugging is now available for non-developers (albeit still an unlisted option)- Dynamic bot description for the
&about
command
Technical Updates
- The
SubcommandHolder
type for handling slash subcommands GenericCommand
handling for the&help
command
Full Changelog: 3.2.1...3.3
Version 3.2.1
Version 3.2
Features
- The
&rps
command - The
&timeout
and&removetimeout
commands
Trivia
- The
&invite
command has been removed in favor of the newly added bot invitation button in its Discord profile - The
&kick
command has been removed in favor of the built-in Discord command which Hibernum's alternative brings nothing new in comparison with the functionality of
Full Changelog: 3.1...3.2
Version 3.1
Features
- The
&tictactoe
command - QR reader mode for the
&qr
command
Trivia
- A confirmation message for the
&stop
command - Markdown and mention sanitizing for the
&tti
command - Local profile picture link in the
&user
command - The "
ephemeral
" option for the&about
,&invite
,&ping
, and&uptime
commands - The first track announcement is no longer deleted after
&stop
/&leave
if the song is queued via a slash command - Slash option description lowercasing fix for the
&help
command
Technical Updates
- Timeout handling fix for the
&guess
command - Exception in case of no code provided handling fix for the
&eval
command GenericCommand#neglectProcessBlock
property
Full Changelog: 3.0.3...3.1
Version 3.0.3
Trivia
- The amount of songs per page in the
&queue
command was increased to 10 - A modal input for
&char
when no slash command input is provided - Contrary to the limit of 20 characters, the current limitation for the
&char
command is 25 unique characters - A minor markdown fix for the
&queue
and&nowplaying
commands - Some aliases were added:
- A few even more useless ones were removed…
Technical Updates
- Unknown interaction error response handling for the
&eval
command GenericCommand
'sid
property has been removed- Button, select menu, and modal interaction handling for
GenericCommand
instead ofTextCommand
exclusively (just in case) - Command system partial refactor
- Automation of retrieving the bot's default permissions for the default invite link
Version 3.0.2
Version 3.0.1
Technical Updates
- Invalid link handling fix for the
&invert
command - Unknown exceptions handling fix in
CommandHandler
Version 3.0
Features
- User and message context menu commands:
- Execute Kotlin (message)
- Generate QR Code (message)
- Image Negation (message/user)
- Kick Member (user)
- Sticker Information (message)
- Text to Image (message)
- User Information (user)
- More flexibility for the
&prune
command:- New filters ("All Attachments"/"No Attachments", "All Embeds"/"Bot Embeds", "GIFs", "Images", "Stickers", "Users Aside From", "Videos")
- New text content filters ("Equals To", "Does Not Equal To")
- Case sensitivity option for a text filter
- File support for the
&play
slash command &qr
and&tti
now get their text input from a modal (instead of a command single-line option) when they are used as slash commands
Trivia
- The
&jump
command has been renamed to&seek
(with keeping the former as an alias) &kick
rework for the cases of the bot itself getting kicked- The "Input Types" (see
GenericCommand.InputType
) field for the&help
command &negate
is now an alias for the&invert
command
Technical Updates
- Fix of the issue with the logger dependency
- A new command type named
GenericCommand
has been added; theCommand
andTextOnlyCommand
types have been renamed toTextCommand
andClassicTextOnlyCommand
respectively - Adding or removing a guild's music manager when the bot joins or leaves the guild respectively
Version 2.5.2
Trivia
- A little design tweak for the
&help
command