Kira will always be Open Source, but please make sure to leave some kind of credit ;) Thanks!
- Over 15 commands, and 4 help pages
- Fun and helpful commands
- Work in progress moderation commands
- Fully embedded messages
- Hidden easter eggs
- Auto message reaction
- And more!
NOTE: YOU NEED NPM v6 OR HIGHER!
- Download the latest kirabot.js file from the Github page.
- Move the kirabot.js file into a folder
- Go to your Discord Apps page and create a new application.
- Once done, add a bot user, and copy the token to the bottom of the kirabot.js file, under
client.login('token here'); - Open a command prompt, and navigate to the folder:
cd <file path> - Run the following command:
npm install --save discord.js - Once finished, run the next few commands
npm install pm2 -gnpm install --save discord.js-music - Finally, start the bot:
pm2 start kirabot.jsIf pm2 is being a dick, run it the old-fashioned way:node kirabot.js
CONGRATZ! Kirabot is up and running!
Kira is always being updated, so make sure to keep up to date here!