Skip to content

Releases: markokajzer/discord-soundbot

1.0.2

13 Apr 23:53
Compare
Choose a tag to compare

Bugfixes

  • Fixed bot not leaving channel on !leave

v1.0.1

20 Mar 21:12
Compare
Choose a tag to compare

Bugfixes

  • Fixed a bug that prevented tags from being saved properly

v1.0.0

19 Mar 11:03
Compare
Choose a tag to compare

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
  • Added !search command
    • Tags are included in the !search command
  • Sanitize sound on !add, !remove
  • Restricted access to !rename, !remove, !ignore, !unignore
  • Moved to TypeScript
  • Complete rewrite
  • Removed config dependency

0.13.0

19 Mar 11:02
Compare
Choose a tag to compare

Features

  • Added game option
  • Added !leave alias for !stop command

0.12.0

03 Feb 16:19
Compare
Choose a tag to compare

Added !lastadded command

0.11.0

03 Feb 16:19
Compare
Choose a tag to compare

Added stayInChannel configuration option

0.10.0

09 Sep 23:16
Compare
Choose a tag to compare

Added prefix configuration

0.9.0

09 Sep 22:39
Compare
Choose a tag to compare

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

07 Sep 00:34
Compare
Choose a tag to compare

Added possibilty to add / remove an avatar for the bot

0.7.0

07 Sep 00:34
Compare
Choose a tag to compare

Added option to configuration that forces the bot to delete sound trigger messages in Discord chat.