Squirrel Fighting RPG Discord Bot
Find a file
2020-09-12 18:18:06 +00:00
commands +Commands{change name, help, read} better error catching. 2020-04-02 19:15:26 -07:00
data +tsconfig, example info.json file, package.json. -.json & .js files from gitignore. JS files now go to /output 2020-04-02 19:14:49 -07:00
scripts +Commands{change name, help, read} better error catching. 2020-04-02 19:15:26 -07:00
.gitattributes Initial commit 2019-02-19 22:29:47 -08:00
.gitignore +tsconfig, example info.json file, package.json. -.json & .js files from gitignore. JS files now go to /output 2020-04-02 19:14:49 -07:00
LICENSE Initial Commit 2019-03-19 12:06:46 -07:00
main.ts +Commands{change name, help, read} better error catching. 2020-04-02 19:15:26 -07:00
package.json +tsconfig, example info.json file, package.json. -.json & .js files from gitignore. JS files now go to /output 2020-04-02 19:14:49 -07:00
README.md remove js files, update readme, updated player template 2019-11-10 21:11:34 -08:00
tsconfig.json +tsconfig, example info.json file, package.json. -.json & .js files from gitignore. JS files now go to /output 2020-04-02 19:14:49 -07:00
yarn.lock Bump node-fetch from 2.6.0 to 2.6.1 2020-09-12 18:18:06 +00: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.