-
Notifications
You must be signed in to change notification settings - Fork 10
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
mName is not defined #2
Comments
You'll need to configure the config. Wow that sentence was redundant. In
|
global.mName = "#Amy"; //name of bot ? |
That's it. That looks defined though. Are you running node config.js?
|
i am now! thanks. now to get it to show up in the room
after that hes a no-show. |
It looks like it's canceling before it connects to the database. If you
|
looked for true/false for database in config? do not see one. |
Oh sorry, it's in main.js global.mMongoDB change that to false, and it should skip the database stuff :D |
everything worked great, thanks for your help. One more question. I would like to use just the afk enforcement that amy does for a different room. I should be able to extract that fairly easy? |
getting this error on startup: ReferenceError: mName is not defined
Any suggestions?
The text was updated successfully, but these errors were encountered: