campDevs / DiscordBot

Discord bot.
https://glitch.com/edit/#!/carnelian-crayfish
MIT License
73 stars 19 forks source link

CLI that walks user through config and link generation #96

Open glynnw opened 6 years ago

glynnw commented 6 years ago

We should consider making a cli that populates the config with values; walks users through obtaining a token and ids for the bot; and generates the link to add the bot.

joker314 commented 6 years ago

I'm working on the CLI. I'm making the decision to change defaults.json like this:

- "adminTransparency": "true"
+ "adminTransparency": true

So, instead of a string, a Boolean is used. Looking through bot.js, it looks like "false" would've been considered true anyway.