From 5815b274cda1e0da9a9e5edbf331ebbad5f9735e Mon Sep 17 00:00:00 2001 From: Lake Date: Fri, 30 Jun 2017 12:56:30 -0400 Subject: [PATCH] Updated run.bat with configuration --- run.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.bat b/run.bat index 68665c1..74fea5e 100644 --- a/run.bat +++ b/run.bat @@ -15,6 +15,6 @@ rem Channel: The channel you want the bot to operate in. (Will be optional in th rem Replace the following arguments with your Discord and game information. -node ./index.js --password="changeme" --token="your_token_here" --channel="channelid" +node ./index.js --password="changeme" --token="your_token_here" --channel="channelid" --disable-commands=false --disable-chatmsgs=false --disable-gmsgs=false pause