🃏 Blackjack
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user