Latest Version | Latest Build | Code Style |
---|---|---|
If you can manage to actually follow these instructions then you'll be just fine. This is assuming you've already have a bot account and such. I will not be doing a tutorial on this as you can easily search this process up.
- Node.js - So you can actually run the bot.
- Node Package Manager (NPM) - This actually comes with Node.js.
- Git - So you can be able to install the bot and use the update command.
- If and when you have Git installed, right click on the location you want to put your bot root folder (EX: your documents) and click
Git Bash Here
. -
- To install stable build (recommended):
git clone -b stable --single-branch https://github.com/Aceheliflyer/AceBot.git AceBot
- To install development build:
git clone -b master --single-branch https://github.com/Aceheliflyer/AceBot.git AceBot
- To install all branches:
git clone https://github.com/Aceheliflyer/AceBot.git AceBot
- To install stable build (recommended):
- Be sure to edit your configuration files in the config folder to your desired settings.