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

v0.7.3

Choose a tag to compare

@simonknittel simonknittel released this 03 Jan 11:07
· 84 commits to master since this release

Important changes

  • Bumped the version of discord.io to 1.6.3
    • Remove the node_modules directory and install all dependencies again with npm install
  • Removed !config completly. In addition to that: Added multiple specific commands to change the config.json
    • !rename <name> Renames the bot
    • !op <user id> <permission> Adds a permission to a user
    • !deop <user id> <permission> Removes a permission from a user
    • !prefix <new prefix> Changes the global command prefix
    • Make sure to require permissions for them in your config.json. In the future commands like this will require permissions by default.

Changes

  • Removed enablePlugin from the !commands output
  • On disconnect it tries now to reconnect every 1 minute, not 10