This repository was archived by the owner on Aug 10, 2022. It is now read-only.
This semi colon causes errors#131
Open
tumble1999 wants to merge 2 commits intoSteam-Chat-Bot:developmentfrom
tumble1999:patch-1
Open
This semi colon causes errors#131tumble1999 wants to merge 2 commits intoSteam-Chat-Bot:developmentfrom tumble1999:patch-1
tumble1999 wants to merge 2 commits intoSteam-Chat-Bot:developmentfrom
tumble1999:patch-1
Conversation
SyntaxError: Unexpected token ;
at exports.runInThisContext (vm.js:53:16)
at Module._compile (module.js:373:25)
at Object.Module._extensions..js (module.js:416:10)
at Module.load (module.js:343:32)
at Function.Module._load (module.js:300:12)
at Module.require (module.js:353:17)
at require (internal/module.js:12:17)
at Object.<anonymous> (C:\Users\UserName\Desktop\steambot\MyBot.js:63:16)
at Module._compile (module.js:409:26)
at Object.Module._extensions..js (module.js:416:10)
2016-10-09T14:01:52.575Z - info: tumblemusic/chatBot.js: logging output to: bot.username.log
2016-10-09T14:01:52.591Z - info: tumblemusic/chatBot.js: using sentryFile bot.username.sentry
2016-10-09T14:01:52.601Z - debug: tumblemusic/chatBot.js: Initializing webserver
C:\Users\UserName\Desktop\steambot\example-config-triggers.js:131
forecastMetric: false;
^
Member
|
Swapped base to development. Master should be released soon_ish_. In the meantime, these are simply examples and they are not intended to be run as-is (for example, the tumblr trigger won't work). Also, the examples are outdated, because documentation is boring and I'm a bad developer. Perhaps examples is the wrong word to use. I think of them more as code samples showing how to set up the bot than examples of running code (this is my excuse for not keeping them up to date) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
SyntaxError: Unexpected token ;
at exports.runInThisContext (vm.js:53:16)
at Module._compile (module.js:373:25)
at Object.Module._extensions..js (module.js:416:10)
at Module.load (module.js:343:32)
at Function.Module._load (module.js:300:12)
at Module.require (module.js:353:17)
at require (internal/module.js:12:17)
at Object. (C:\Users\UserName\Desktop\steambot\MyBot.js:63:16)
at Module._compile (module.js:409:26)
at Object.Module._extensions..js (module.js:416:10)
2016-10-09T14:01:52.575Z - info: tumblemusic/chatBot.js: logging output to: bot.username.log
2016-10-09T14:01:52.591Z - info: tumblemusic/chatBot.js: using sentryFile bot.username.sentry
2016-10-09T14:01:52.601Z - debug: tumblemusic/chatBot.js: Initializing webserver
C:\Users\UserName\Desktop\steambot\example-config-triggers.js:131
forecastMetric: false;
^