mirror of
https://github.com/stijndcl/didier.git
synced 2026-04-07 15:48:29 +02:00
Create db for pin
This commit is contained in:
parent
01b1c5d2b3
commit
afca7bb451
2 changed files with 7 additions and 0 deletions
|
|
@ -123,6 +123,13 @@ Used in stats.py - Stats commands. Tracks the user's personal stats to award ach
|
||||||
12 xp: bigint, default 0 | The amount of message xp the user has gained
|
12 xp: bigint, default 0 | The amount of message xp the user has gained
|
||||||
13 last_message: bigint, default 0 | The timestamp of the user's last message that awarded xp
|
13 last_message: bigint, default 0 | The timestamp of the user's last message that awarded xp
|
||||||
|
|
||||||
|
### pin
|
||||||
|
|
||||||
|
Used in school.py - Pin command. Keeps track of which messages have been requested for a pin.
|
||||||
|
|
||||||
|
0 messageid: bigint, unique, primary key | The id of the message being tracked
|
||||||
|
1 reactions: integer, default 0 | The amount of votes for this message
|
||||||
|
|
||||||
### poke
|
### poke
|
||||||
|
|
||||||
Used in poke.py - Poke commands. Keeps track of the currently poked person.
|
Used in poke.py - Poke commands. Keeps track of the currently poked person.
|
||||||
|
|
|
||||||
0
functions/database/pin.py
Normal file
0
functions/database/pin.py
Normal file
Loading…
Add table
Add a link
Reference in a new issue