Releases: markokajzer/discord-soundbot
Releases · markokajzer/discord-soundbot
1.0.2
Bugfixes
- Fixed bot not leaving channel on
!leave
v1.0.1
Bugfixes
- Fixed a bug that prevented tags from being saved properly
v1.0.0
Features
- 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
0.13.0
Features
- Added game option
- Added
!leave
alias for!stop
command
0.12.0
Added !lastadded
command
0.11.0
Added stayInChannel configuration option
0.10.0
Added prefix configuration
0.9.0
Added ignoring
- Users can now be ignored using their user ID by typing
!ignore <user>
. - To unignore a user use
!unignore <user>
.
0.8.0
Added possibilty to add / remove an avatar for the bot
0.7.0
Added option to configuration that forces the bot to delete sound trigger messages in Discord chat.