This repository has been archived by the owner on Aug 18, 2019. It is now read-only.
This update is critical for people using module-compatible versions of DDBot
This version of DDBot is a bug fix / tweak release which patches modules from crashing the bot and adds a shortcut for the eval
command.
No reconfiguration is required.
Notable changes:
- Muted role will not duplicate rapidly
- The command line now accepts node.js statements and behaves exactly like the
eval
command. - You can now call the eval command by simply prefixing your javascript with
>
>client.config
is equivalent to
!eval client.config
- Added a component resolution system (CRS) for module developers. It allows modules to have a reliable way of interacting with internal DDBot components.
require(client.resolve('response'))
is equivalent to
require('../../Util/Response')