mirror of
https://gitlab.com/ddorn/tfjm-discord-bot.git
synced 2025-07-08 06:10:21 +02:00
✨ add teams voice channels
This commit is contained in:
@ -63,4 +63,4 @@ JOKES_FILE = TOP_LEVEL_DIR / "data" / "jokes"
|
||||
|
||||
with open(TOP_LEVEL_DIR / "data" / "problems") as f:
|
||||
PROBLEMS = f.read().splitlines()
|
||||
MAX_REFUSE = len(PROBLEMS) - 5
|
||||
MAX_REFUSE = len(PROBLEMS) - 4 # -5 usually but not in 2020 because of covid-19
|
||||
|
Reference in New Issue
Block a user