Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't start up #77

Open
WaltDisneyWorld opened this issue Nov 9, 2021 · 2 comments
Open

Doesn't start up #77

WaltDisneyWorld opened this issue Nov 9, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@WaltDisneyWorld
Copy link

Here is the error:
module.exports = { resendHelp, updateStatus, welcomeGroup, byeGroup, checkUser }
^

ReferenceError: welcomeGroup is not defined
at Object. (/home/runner/opal/helpers.js:77:46)
at Module._compile (internal/modules/cjs/loader.js:999:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
at Module.load (internal/modules/cjs/loader.js:863:32)
at Function.Module._load (internal/modules/cjs/loader.js:708:14)
at Module.require (internal/modules/cjs/loader.js:887:19)
at require (internal/modules/cjs/helpers.js:74:18)
at Object. (/home/runner/opal/app.js:10:17)
at Module._compile (internal/modules/cjs/loader.js:999:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
at Module.load (internal/modules/cjs/loader.js:863:32)
at Function.Module._load (internal/modules/cjs/loader.js:708:14)
at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:60:12)
at internal/main/run_main_module.js:17:47

@WaltDisneyWorld WaltDisneyWorld added the bug Something isn't working label Nov 9, 2021
@WaltDisneyWorld
Copy link
Author

?

@ryanbrwr
Copy link
Owner

That means welcomeGroup is not defined, which means you don't have a welcomeGroup function. You have to define a welcomeGroup function or delete it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants