Squirrel Fighting RPG Discord Bot
Find a file
Julia Lange f83a4231f1 🆕:Command File Changed :All commands
Currently only Create command works
2020-03-04 18:04:49 -08:00
commands 🆕:Command File Changed :All commands 2020-03-04 18:04:49 -08:00
data/playerdata 🆕:Command File Changed :All commands 2020-03-04 18:04:49 -08:00
scripts 🆕:Command File Changed :All commands 2020-03-04 18:04:49 -08:00
.gitattributes Initial commit 2019-02-19 22:29:47 -08:00
.gitignore remove js files, update readme, updated player template 2019-11-10 21:11:34 -08:00
LICENSE Initial Commit 2019-03-19 12:06:46 -07:00
main.ts 🆕:Command File Changed :All commands 2020-03-04 18:04:49 -08:00
README.md remove js files, update readme, updated player template 2019-11-10 21:11:34 -08:00
yarn.lock 🆕:Command File Changed :All commands 2020-03-04 18:04:49 -08:00

NovaBot

This is a temporary read me, and if you have trouble running the bot feel free to contact me.

To used this bot: First run npm install or yarn install whichever you prefer. you will need to compile the typescript, to do so type tsc main.ts

create the file data/info.json, and inside of it include: { "key": "your discord key", "prefix": "!" } The key is the discord key for your bot, and the prefix is the command identifier, to say it a different way, the prefix is the character that goes before commands that the bot recoginizes.

Type node main in your terminal to start the bot.