Update databases.md

pull/4/head
Stijn De Clercq 2020-10-23 22:17:41 +02:00
parent 3b0ebde8ea
commit 83abca911e
1 changed files with 8 additions and 0 deletions

View File

@ -140,6 +140,14 @@ Used in dinks.py - Prison commands. Contains information on who is in prison.
2 days: integer | The remaining days this user has to spend in prison
3 daily: numeric | The amount of Didier Dinks that [daily] decreases by every day
### remind
Used in tasks.py - sendReminders task.
0 userid: bigint, unique, primary key | The user's Discord id
1 nightly: boolean, default false | A boolean indicating whether or not the user wants Nightly reminders
2 les: boolean, default false | A boolean indicating whether or not the user wants Les reminders
### store
Used in store.py - Store commands. Contains info on items that are available for purchase.