Skip to content
This repository has been archived by the owner on Jan 23, 2022. It is now read-only.

Releases: Blackhawk-TA/dynoBot

dynoBot v1.4.0

24 Jul 12:35
Compare
Choose a tag to compare

Changes:

  • add wake on lan module
  • fix configHandler errors
  • fix help command not showing full name of required roles
  • fix rcon server password setting
  • replace request node module with node-fetch

dynoBot v1.3.2

15 Mar 19:39
381994d
Compare
Choose a tag to compare

Requires NodeJs v14.16.0 or higher

Changes:

  • Voice:
    • autoplay improvements
    • enhance YouTube search
    • add shortcut !p for pause
    • add shortcut !r for resume
    • unify responses for invalid voice channels
    • improved error handling
  • Remove base64 node module for WolframAlpha
  • Updated dependencies
  • Minor improvements and bug fixes

dynoBot v1.3.1

12 Dec 12:09
30d4fde
Compare
Choose a tag to compare

Changes:

  • improvements to voice autoplay
  • improved logging
  • remove join voice channel command (not required anymore due to autojoin)

dynoBot v1.3.0

24 Nov 00:34
edd3878
Compare
Choose a tag to compare

Features:

  • Voice:
    • Add autoplay feature that automatically adds new songs to the playlist from the YouTube suggestions
    • Automatically join when adding a playlist or title. This makes the join command obsolete.
    • Add clear playlist command
  • Add dockerfile

Fixes & Improvements:

  • Voice:
    • Add official tag to YouTube search
    • Fix playlist not being added when fetching one title fails
    • Fix shuffle mode command working without active voice channel
    • Fix voice modules being accessible without being in the same voice channel
  • Fix help interfering with other commands
  • Fix help not rejecting invalid group inputs
  • Fix permission setting and removal not working

dynoBot v1.2.3

21 Nov 16:45
Compare
Choose a tag to compare

Changes:

  • Fix add next title not working in shuffle mode
  • Fix currenty converter not accepting floating point values
  • Enhance voice module stability

dynoBot v1.2.2

14 Jun 00:37
Compare
Choose a tag to compare

Changes:

  • Add music bot shuffle mode for playlists
  • Show current song in bot status

dynoBot v1.2.1

07 Jun 11:31
75295ee
Compare
Choose a tag to compare

Changes:

  • add optional voice channel join message
  • fix bug in the config editor
  • use server id instead of channel id for voice connections to prevent issues on channel switch
  • music bot skips song when it can't play it
  • upgrade to dynoBot-Framework v1.3.0

dynoBot v1.2.0

21 May 20:07
47a3ba2
Compare
Choose a tag to compare

Changes:

  • added voice module (music bot functionallity)
  • fixed minor bugs

dynoBot v1.1.2

16 Aug 11:30
Compare
Choose a tag to compare

Changes:

  • improved help command (commit)
  • added scheduler module (1st commit, 2nd commit)
  • added ability to hide chat commands from the command list (commit)
  • fixed bug with welcome message not displaying the user's name (commit)
  • fixed bug where welcome messages were sent on voice channels which caused a crash (commit)
  • removed bly.at link shortener since it no longer exists (#9)

dynoBot v1.1.1

06 Jul 11:33
db0ea83
Compare
Choose a tag to compare

Changes:

  • added eslint validation
  • added travis ci integration
  • updated dependencies
  • fixed eslint errors