Skip to content
This repository was archived by the owner on May 24, 2020. It is now read-only.

v0.7.6

Choose a tag to compare

@simonknittel simonknittel released this 06 Jan 16:35
· 59 commits to master since this release

Important changes

  • [music-bot plugin] You can now define the max length of a song (in minutes). It defaults to 15 minutes. 0 minutes will be endless.

    • Example:
    "plugins": {
        "music-bot": {
            "maxLength": 30
        }
    }
  • Bumped the version of discord.io to 1.6.5

    • Run npm install discord.io to install the new version
  • You can now define how fast (in seconds) your config.json will be reloaded automatically without restarting the bot (optional).It default to every 5 seconds. Settings it to 0 disables it. Example: "reloadConfig": 10.

Changes

  • Renamed some directories
  • Added missing information to the install instruction
  • Added a license
  • [music-bot plugin] Fixed !music stop command (issue #33)
  • Added missing commands to the README.md
  • Fixed directory names
  • [music-bot plugin] You don't need to set a library anymore. It will default to the OS specific temp directories
  • Disconnect the bot before killing the process. The bot should now log out everytime when using !kill.