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)
- discord server (join for bot updates and online/offline status)
- invite link
- website
For help, simply use q!help
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
).
-
make a new discord bot in discord dev page, and copy the token into
./1/config.json
astoken
. -
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.) -
Optional:
- add bot to statcord, and copy the key into
./1/config.json
asstatcord
add bot to discordbotlist, and copy the auth token into./1/config.json
asdiscordbotlist
- add bot to statcord, and copy the key into
-
to register slash commands type
node register
-
to run type
node server
- 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