FEAT: Started working on Knucklebones

FIX: Corrected an issue with the database and XP (it was creating an extra table)
REF: Moved Destiny2 module to the social modules (makes sense since it's not fully interactable)
This commit is contained in:
Dan
2024-07-03 22:37:05 -04:00
parent ed69bcf300
commit d68cb1868d
5 changed files with 256 additions and 13 deletions

View File

@@ -23,6 +23,7 @@ config = {
'twitch': {'enabled': True},
'update': {'enabled': True},
'data_privacy': {'enabled': True},
'terms_privacy': {'enabled': True}
'terms_privacy': {'enabled': True},
'knucklebones': {'enabled': True}
}
}