ToxicBot-Discord / ToxicBot

A discord bot capable of detecting toxic messages sent to a server, delete them and warn the author.
MIT License
12 stars 7 forks source link

Database Support to retain information about user toxic messages #6

Closed Sid200026 closed 3 years ago

Sid200026 commented 3 years ago

Currently the bot does not maintain any information regarding the amount of toxic messages sent by an user. This makes it impossible to kick out users. Add database support to the bot to retain the number of toxic messages sent by each user along with the server information

Database Schema

Server_ID User_ID ToxicCount

Other information maybe added based on the requirements

Task

otacon94 commented 3 years ago

Do you still need help with these?

Sid200026 commented 3 years ago

@otacon94 I have mostly completed this module. You could go ahead and work on any other issue or raise your own issue/feature and then work on it.