Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 2.6 KB

README.md

File metadata and controls

44 lines (26 loc) · 2.6 KB

Cyber Quincy

CodeFactor PRs stars forks

art by u/Projekt_Knyte

Please give the repository a ⭐️!

Cyber Quincy is the most polished BTD6 discord bot from providing information on towers, hero, rounds, maps, as well as calculating cash from rounds and hero levelling. (and more)

Links

For help, simply use q!help

Basic local test guide

note: all credentials will be in ./1/config.json (you probably need to create this file), fill in the json accordingly (as per ./1/template.json).

  1. make a new discord bot in discord dev page, and copy the token into ./1/config.json as token.

  2. you need credentials for google-spreadsheet (I recommend this video to set up credentials and paste the credentials in ./1/config.json). (Not strictly necessary, but many commands require it.)

  3. Optional:

  4. to register slash commands type node register

  5. to run type node server

Contributing Guidelines

  • try to use camelCase
  • don't use var to define variables. JS is weird enough
  • try not to do too much at once (for pull requests)
  • util functions/classes/modules should go to ./helpers (unless they are specific to only one command)
  • how the bot generally works