Skip to content

Commit

Permalink
Updated run.bat with configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
LakeYS committed Jun 30, 2017
1 parent 4c339cb commit 5815b27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5815b27

Please sign in to comment.