mirror of
https://github.com/stijndcl/didier.git
synced 2026-04-22 06:55:47 +02:00
Add notifications to ignored.md
This commit is contained in:
parent
779a84828b
commit
c9bef3b300
1 changed files with 20 additions and 1 deletions
19
ignored.md
19
ignored.md
|
|
@ -103,3 +103,22 @@ Contains the stats to track for gambling games. Weren't made as a PSQL table bec
|
||||||
Contains Didier's status message for when he logs in. Keep in mind that his activity is set to `Playing `. This was first used in Didier V1 to show whether or not he was in sandbox mode.
|
Contains Didier's status message for when he logs in. Keep in mind that his activity is set to `Playing `. This was first used in Didier V1 to show whether or not he was in sandbox mode.
|
||||||
|
|
||||||
with your Didier Dinks.
|
with your Didier Dinks.
|
||||||
|
|
||||||
|
### files/ufora_notifications.json
|
||||||
|
|
||||||
|
Stores ID's of all received Ufora notifications.
|
||||||
|
|
||||||
|
```json
|
||||||
|
{
|
||||||
|
"Algoritmen en Datastructuren 2": [],
|
||||||
|
"Communicatienetwerken": [],
|
||||||
|
"Computerarchitectuur": [],
|
||||||
|
"Functioneel Programmeren": [],
|
||||||
|
"Multimedia": [],
|
||||||
|
"Software Engineering Lab 1": [],
|
||||||
|
"Statistiek en Probabiliteit": [],
|
||||||
|
"Systeemprogrammeren": [],
|
||||||
|
"Webdevelopment": [],
|
||||||
|
"Wetenschappelijk Rekenen": []
|
||||||
|
}
|
||||||
|
```
|
||||||
Loading…
Add table
Add a link
Reference in a new issue