FEAT: Added XP

REF: Fixed up currency so the cooldown is presented to the user.
This commit is contained in:
Dan
2024-06-24 23:20:03 -04:00
parent fcc1489b74
commit 49a7588699
4 changed files with 158 additions and 25 deletions

View File

@@ -9,6 +9,9 @@ config = {
'modules': {
'currency': {
'enabled': True
},
'xp': {
'enabled': True
}
}
}