1
0
mirror of https://gitlab.com/ddorn/tfjm-discord-bot.git synced 2025-07-08 00:00:55 +02:00

jokes with images

This commit is contained in:
ddorn
2020-05-10 12:43:21 +02:00
parent ab5c95771f
commit 4336fe7d3c
3 changed files with 21 additions and 16 deletions

View File

@ -76,6 +76,7 @@ class File:
TEAMS = TOP_LEVEL / "data" / "teams"
JOKES = TOP_LEVEL / "data" / "jokes"
JOKES_V2 = TOP_LEVEL / "data" / "jokesv2"
MEMES = TOP_LEVEL / "data" / "memes"
with open(File.TOP_LEVEL / "data" / "problems") as f: