You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 28, 2023. It is now read-only.
In this file customMessage is being used which is actually an undefined variable in the codebase and because of this its failing atleast for me when I run the bot locally on my discord server.
To Reproduce
Run the bot locally according to the instructions given in the root folder readme.
Try out the bot on your server by sending messages with restricted words and for warnings.
You will get an error in your terminal/command line that the app has crashed and customMessage is undefined.
Expected Behavior
Instead of customMessage, use warningMessage which is defined in the file.
Screenshot/ Video
Desktop (please complete the following information)
Device - Lenovo Legion Y530
OS - Arch Linux
Browser - Firefox/Discord
Version - Linux 5.15.12-arch1-1
Additional context
No response
The text was updated successfully, but these errors were encountered:
Hello 👋 Thank you very much for raising an issue 🙌 The maintainers will get back to you soon for discussion over the issue! Thank you for your contributions. 🚀
If you would like to continue contributing to open source and would like to do it with an awesome inclusive community, you should join our Discord Server - we help and encourage each other to contribute to open source little and often 🤓 Any questions, let us know!
genzyy
added a commit
to genzyy/classroom-monitor-bot
that referenced
this issue
Jan 4, 2022
Describe the bug
In this file
customMessage
is being used which is actually an undefined variable in the codebase and because of this its failing atleast for me when I run the bot locally on my discord server.To Reproduce
customMessage
is undefined.Expected Behavior
Instead of
customMessage
, usewarningMessage
which is defined in the file.Screenshot/ Video
Desktop (please complete the following information)
Device - Lenovo Legion Y530
OS - Arch Linux
Browser - Firefox/Discord
Version - Linux 5.15.12-arch1-1
Additional context
No response
The text was updated successfully, but these errors were encountered: