tentatively add list command
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-04-21 15:09:37 +02:00
parent 2ca9389731
commit b5551eb596
6 changed files with 228 additions and 7 deletions

View File

@@ -3,7 +3,7 @@ from pathlib import Path
import os
ID_MAPPINGS = {
"Lia": 0,
"Lia": 5603036217,
"Rémy": 364520272,
}
ID_MAPPINGS_REV = dict((v, k) for k, v in ID_MAPPINGS.items())