kbots-tech / PublicBot

Public Discord.py bot, your welcome to use all files as you want!
0 stars 1 forks source link

Implement Moderation. #2

Open sairam4123 opened 4 years ago

sairam4123 commented 4 years ago

I would like to implement a good moderations system, for this bot.

Here's the RoadMap:

Overall server moderations commands.

Feel free to provide any suggestions. Thank you.

kbots-tech commented 4 years ago

That sounds like a great idea and some useful features for this to have, and definitely useful rather than needing an additional bot for the admin things, I've assigned this one to you. Feel free to ask if you have any other thoughts on how to do it

sairam4123 commented 4 years ago

Well, I'm already good, I would love to hear from you, after I finish this module, I follow some kinds of guidelines, is that ok?

That would make your bot into a High Quality bot.

kbots-tech commented 4 years ago

No specific guidelines, only thing to make sure is there is name and brief for each command along with a short explanation of each function, the other goal is to make the code understandable so people can learn from it as well.

sairam4123 commented 4 years ago

Which should I use, a json file or a database?

kbots-tech commented 4 years ago

Whichever is easier for you and would be easier for a person to setup if they self host. I'm also working on getting a server to have this bot running and hosted on so should have an active link for it soon

sairam4123 commented 4 years ago

Well, JSON is better for them, but DB is better for me, mainly PostgreSQL.

Choose whichever is best.

Setting a PostgreSQL DB is easy.

kbots-tech commented 4 years ago

Ok the sql should be fine then