Features
- Add possibility to set custom
timeout
when usingstayInChannel
via config option - Create one click Docker setup
Bugfixes
- Fix !avatar not sending the correct URL
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
!ignore
command
Under the hood
- Update dependencies
- Enable incremental builds
- Remove
awilix
dependency - 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 (Thank you @nstapelbroek!)
- Added
!loop
command to easily queue a sound multiple times in a row - Added
!next
command which interrupts the current sound with a new one while keeping the queue - Added
!skip
command which allows skipping the current sound - Added
!exit
command which sets exit sounds akin to!entrance
- Improved
!add
interface for adding from YouTube - Added
!set
alias for!config
command - Added
!ping
command - 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
tslint
witheslint
- Added
prettier
and re-formatted all code - Do not rely on
config.example.json
file
- Fixed playing entrance sound when muting / deafening
- Fixed parsing add range
- Expanded HelpCommand
Features
- Added
!entrance
command - 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
!config
command- Changes config during runtime
- Added
!combo
command - Made SoundUtil an actual class
- Released as an npm package
!add
directly from YouTube- Added
!welcome
command - Added
deafen
configuration 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
awilix
package
- Added
!download
command - Added
!tags
command - Added
volume
configuration 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
!sounds
does not try to send an empty message when no sounds exist!sounds
sends message in code blocks!sounds
and!tags
are 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
!avatar
command to set avatar via message attachment- If no attachment was sent, the avatar will send a link to the current avatar
- Use
!avatar remove
to remove the avatar
- Added
!tag
command 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> clear
to remove all tags of a sound
- Use
- Added
!search
command- Tags are included in the
!search
command
- Tags are included in the
- Sanitize sound on
!add
,!remove
- Restricted access to
!rename
,!remove
,!ignore
,!unignore
- Moved to TypeScript
- Complete rewrite
- Removed
config
dependency
- Added
game
option - Added
!leave
alias for!stop
command
- Added
lastadded
command
- Added
stayInChannel
configuration 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
!rename
command
- Added
!add
command 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
!mostplayed
command
- 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