Reaction roles working. Management of message and reactions is messy and needs reinforcement.

This commit is contained in:
DefsNotQuack
2025-03-29 15:59:18 +10:00
parent c9f6a4c55d
commit e00d1fdce3
6 changed files with 331 additions and 8 deletions

4
data/init.py Normal file
View File

@@ -0,0 +1,4 @@
import data.react_roles as data_react_roles
def init_databses():
data_react_roles.init_db()