commit f34bffde365c020b1d745604830e3843a9023f4e parent cd30c1da3459b27f5c64714672c4ad8753d2bf3b Author: underd0g1 <hide4@comcast.net> Date: Tue, 8 Sep 2020 22:56:02 -0400 added ex config Diffstat:
A | config/config.example | | | 11 | +++++++++++ |
1 file changed, 11 insertions(+), 0 deletions(-)
diff --git a/config/config.example b/config/config.example @@ -0,0 +1,11 @@ +//fill in these variables and then copy or rename it to config.js + +var vars ={ + +login: 'enter_discord_key_here', +beerkey: 'enter_beer_key_here', +genchan:'enter_channel_key_here' + +} + +module.exports = vars;