🧹 cleaned up blackjack.py

This commit is contained in:
NikolajDanger
2021-08-24 22:28:05 +02:00
parent 225316ffed
commit 5330a51fe0
8 changed files with 679 additions and 977 deletions

View File

@ -16,12 +16,12 @@ Contains utility functions used by parts of the bot.
new_string: str) -> str
emoji_to_command(emoji: str) -> str
"""
import string
import json # Used by long_strings(), get_params() and make_files()
import logging # Used for logging
import os # Used by make_files() to check if files exist
import sys # Used to specify printing for logging
import imdb # Used to disable logging for the module
import string
BASE_37 = ":" + string.digits + string.ascii_uppercase