1
0
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:
ddorn
2020-04-28 21:03:35 +02:00
parent 63deb17723
commit d84586b1e9
3 changed files with 65 additions and 2 deletions

View File

@ -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