-
Notifications
You must be signed in to change notification settings - Fork 7
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
ADMIN & MODS commands are accessible to everyone. #7
Comments
Let me debug that, I'll get back to you. |
Thanks 🙏🏼 It's been 4h and I don't understand why... I'm a beginner btw. |
git pull should fix the issue now. |
Hey, yeah role permissions works thank you ! But now the bot can't reconnect to the database ... We agree that I only have to create a new database and then change the infos in the |
@vincentdchn just create an empty mysql database and put the information in the config.json. if you haven't installed the depencies yet, do it now with npm install. |
Yay. Everything's working ! Thanks ! |
Hi !
I look through the code and tested the bot quit a bit and figured out that mods and admin commands are usable by everyone on the server.
config.json
is configured like this :start.js
is set up like this (I didn't touche anything) :But still, when a regular member try the command
<temprole add @hisname>
it works ...The condition before the command output is :
Any ideas ?
The text was updated successfully, but these errors were encountered: