DiscordBot icon indicating copy to clipboard operation
DiscordBot copied to clipboard

CLI that walks user through config and link generation

Open glynnw opened this issue 6 years ago • 1 comments

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.

glynnw avatar Sep 13 '18 19:09 glynnw

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.

joker314 avatar Sep 15 '18 12:09 joker314