Squirrel Fighting RPG Discord Bot
- TypeScript 100%
| commands | ||
| data | ||
| scripts | ||
| .gitattributes | ||
| .gitignore | ||
| LICENSE | ||
| main.ts | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| yarn.lock | ||
NovaBot
NovaBot was a fun discord bot I was working on to increase activity in my personal discord server.
I have decided to archive the project as I have no intentions of finishing it, but I think there is some fun stuff to still be gathered from the codebase.
To use this bot
- Install dependencies with
yarn install - Compile the typescript with
tsc main.ts - Create the file
data/info.jsonwith the following information
{
"key": "your discord key",
"prefix": "!"
}
The key is your discord key for the bot. The prefix is the character that goes before commands that the bot recognizes.
- Run the bot with
node main