FEAT: added birthday module

This commit is contained in:
Dan
2024-06-25 15:35:40 -04:00
parent 6997d96dbd
commit 8509bcc98f
3 changed files with 116 additions and 1 deletions

View File

@@ -12,6 +12,9 @@ config = {
},
'xp': {
'enabled': True
},
'birthday': {
'enabled': True
}
}
}