This commit is contained in:
sneedmaster
2026-03-16 10:17:37 +01:00
parent 128825109d
commit 262d45905b
3 changed files with 4 additions and 1 deletions

3
README.md Normal file
View File

@@ -0,0 +1,3 @@
# ŠlincBot
Avantgardní open-source Telegramový bot ve stylu Davida Žlince

View File

@@ -16,7 +16,7 @@ IMAGE_FOLDER = "obruzky"
VIDEO_EXT = (".mp4", ".mov", ".avi", ".mkv", ".webm")
# Tenhle diddy blud skenuje složku vždecke když posílá žlincerald lebkalebkalebka
@bot.message_handler(commands=['zlincerald'])
def send_random_image(message):
files = os.listdir(IMAGE_FOLDER)

Binary file not shown.