Canary
What is Canary?
Section titled “What is Canary?”Canary is a codename for the absolute newest codebase changes in Dodo-Bot’s code. It’s the primary place to develop upcoming versions of the bot and as such it may have latest changes and bugs too.
Using Canary
Section titled “Using Canary”The installation steps are pretty much the same as in the “Installation” page but you may need to slightly change the way the source code is obtained.
Manually (not recommended)
Section titled “Manually (not recommended)”Open the Canary branch and press “Download ZIP” through the “Code” button, extract it somewhere and there you go.
This is the recommended method for when installing the Canary version of the bot since it allows updating to the latest changes using git pull.
Simply run this in the terminal:
git clone -b canary https://github.com/ddodogames/Dodo-BotFor the rest of the install steps, Follow the Setting up the bot section from the Installation page.
Without installing
Section titled “Without installing”Simply invite the official Canary bot into your server and start using the bot using the prefix d?.
The only downside of this is if you’re paranoid since in this case, you will most likely install the bot using the source code.