Squirrel Fighting RPG Discord Bot
Find a file
Julia Lange 72ffbe1888 Adds comments, and prepares for channel integration
Also bolds argument names, and adds a  message if you fail to use the "create" command correctly
2019-05-01 14:20:11 -07:00
data/enums Initial Commit 2019-03-19 12:06:46 -07:00
.gitattributes Initial commit 2019-02-19 22:29:47 -08:00
.gitignore Initial Commit 2019-03-19 12:06:46 -07:00
LICENSE Initial Commit 2019-03-19 12:06:46 -07:00
main.js Adds comments, and prepares for channel integration 2019-05-01 14:20:11 -07:00
main.ts Adds comments, and prepares for channel integration 2019-05-01 14:20:11 -07:00
README.md Added Args consistency 2019-03-22 15:08:20 -07:00
yarn.lock Initial Commit 2019-03-19 12:06:46 -07: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: You must have node installed, and include the package discord.js. Then create a info.json file, and in it include this: { "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.