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:
@ -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:
|
||||
|
Reference in New Issue
Block a user