🃏 Blackjack

This commit is contained in:
NikolajDanger
2021-04-17 20:59:47 +02:00
committed by Nikolaj
parent 06b5d881ea
commit a3cd19af5c
6 changed files with 1016 additions and 505 deletions

View File

@ -13,12 +13,12 @@ Contains utility functions used by parts of the bot.
newString: str) -> str
emojiToCommand(emoji: str) -> str
"""
import json
import logging
import os
import sys
import imdb
from .helperClasses import Options
import json # Used by longString(), getParams() and makeFiles()
import logging # Used for logging
import os # Used by makeFiles() to check if files exist
import sys # Used to specify printing for logging
import imdb # Used to disable logging for the module
from .helperClasses import Options # Used by getParams()
# All of this is logging configuration