Squirrel Fighting RPG Discord Bot
This repository has been archived on 2026-08-25. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • TypeScript 100%
Find a file
2026-08-25 11:16:37 -07: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 update README.md to reflect archival intentions 2026-08-25 11:16:37 -07: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 🆕:Command File Changed :All commands 2020-03-04 18:04:49 -08:00

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

  1. Install dependencies with yarn install
  2. Compile the typescript with tsc main.ts
  3. Create the file data/info.json with 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.

  1. Run the bot with node main