Features
- Add
!langcommand- Get information about the available languages
- Change the language (equivalent to !set language en)
- Handle more errors to give useful feedback
Under the hood
- Simplify translations
- Refactored a whole bunch of code
Features
- Add
!modifycommand- Enables adjusting the volume of a sound with
!modify <sound> volume <value> - Enables clipping sounds with
!modify <sound> clip <start> <end>
- Enables adjusting the volume of a sound with
- Add possibility to set custom
timeoutwhen usingstayInChannel - Add possibility to specify
elavatedRolesto customize group of people that can manage sounds (#85, Thank you @ibito!) - BREAKING CHANGE: Simplify
!addfrom YouTube by actually making the last parameter the end time instead of the duration - Better handle missing permissions for restricted commands
- Create one click Docker setup
Bugfixes
- Fix
!avatarnot sending the correct URL - Better resilience against errors when joining voice channel
- Properly handle missing permissions when joining voice channel
Under the hood
- Update discord.js to v12.4.1
- Update dependencies
Features
- Set config variables from environment
- Upgrade to Discord.js v12
- Resolves long standing issue of sounds being cut off at the end when using Node.js versions > 8
- Resolves issues for very short sounds
Bugfixes
- Fix
!ignorecommand
Under the hood
- Update dependencies
- Enable incremental builds
- Remove
awilixdependency - Added basic CI via GitHub Actions
- Added VSCode settings and recommended extensions for contributors
Features
- Allow adding additional commands when using the bot as a module
- Added Dutch translation (#41, Thank you @nstapelbroek!)
- Added
!loopcommand to easily queue a sound multiple times in a row - Added
!nextcommand which interrupts the current sound with a new one while keeping the queue - Added
!skipcommand which allows skipping the current sound - Added
!exitcommand which sets exit sounds akin to!entrance - Improved
!addinterface for adding from YouTube - Added
!setalias for!configcommand - Added
!pingcommand - Added a binary
Bugfixes
- Fixed handling of long help messages (Thanks gruntzy!)
- Fixed trying to delete messages that were already manually deleted
- Fixed overwriting of db values
Under the hood
- Replaced
tslintwitheslint - Added
prettierand re-formatted all code - Do not rely on
config.example.jsonfile
- Fixed playing entrance sound when muting / deafening
- Fixed parsing add range
- Expanded HelpCommand
Features
- Added
!entrancecommand - Added possibility to specify a range when adding sound from YouTube
- Added possibility to specifiy a tag for
!random - Added Spanish translation (thanks @ibito)
Bugfixes
- Improved Docker build (Thank you @Shamus03!)
- Fixed a bug specific to Windows paths (Thank you @ibito!)
- Removed uws in favor of bufferutil
- Fixed trying to delete already deleted messages
- Use libsodium for faster voice packet encryption and decryption
- Updated dependencies
- Added
!configcommand- Changes config during runtime
- Added
!combocommand - Made SoundUtil an actual class
- Released as an npm package
!adddirectly from YouTube- Added
!welcomecommand - Added
deafenconfiguration option - Fixed Japanese language code
- Fixed chunking of messages
- Rewrote database logic
- Allow localization into other languages
- Added French translation
- Added German translation
- Added Hungarian translation
- Added Japanese translation
- Use depencency injection via
awilixpackage
- Added
!downloadcommand - Added
!tagscommand - Added
volumeconfiguration option - Added welcome message when bot first joins a server
- Ignore
!<sound>commands if sound does not exist - Remove all previous
!<sound>messages when using!stop !soundsdoes not try to send an empty message when no sounds exist!soundssends message in code blocks!soundsand!tagsare chunked if message is too large- Updated dependencies
- Fixed bot not leaving channel on
!leave
- Fixed a bug that caused tags not to be saved properly
- Added
!avatarcommand to set avatar via message attachment- If no attachment was sent, the avatar will send a link to the current avatar
- Use
!avatar removeto remove the avatar
- Added
!tagcommand to add tags to sounds- Use
!tag <sound>to list the tags of a sound - Use
!tag <sound> <tag1> ... <tagN>to add tags to a sound - Use
!tag <sound> clearto remove all tags of a sound
- Use
- Added
!searchcommand- Tags are included in the
!searchcommand
- Tags are included in the
- Sanitize sound on
!add,!remove - Restricted access to
!rename,!remove,!ignore,!unignore - Moved to TypeScript
- Complete rewrite
- Removed
configdependency
- Added
gameoption - Added
!leavealias for!stopcommand
- Added
lastaddedcommand
- Added
stayInChannelconfiguration option
- Added prefix configuration
- Added ignoring of users via ID
- Added possibility to add / remove avatar for the bot.
- Added possibility to delete
!<sound>messages after playthrough.
- Made accepted file formats configurable. (
#3) - Made accepted file size configurable.
- Added
!renamecommand
- Added
!addcommand which saves an attached .mp3 file and adds it to sounds
- Added a database to count the number of times each sound has been played
- Added
!mostplayedcommand
- Added
- Updated to discord.js v10
- This fixed compatibility issues with the offical Discord API
- Queueing sounds now also stores the channel in which a sound should be played
- Initial Release