Saveable command

Liveleak
This commit is contained in:
Michał Gdula 2023-09-09 13:20:35 +01:00
parent 60d1aaa13d
commit ccc34e8a35
3 changed files with 123 additions and 67 deletions

View file

@ -75,4 +75,8 @@ IMAGE_OVERLAYS = {
"path": os.path.join(ASSETS_PATH, "jerm-a.png"),
"options": ["default"],
},
"liveleak": {
"path": os.path.join(ASSETS_PATH, "liveleak.png"),
"options": ["default"],
},
}