diff --git a/utils/commands.py b/utils/commands.py index 4e5fafe..df4d97c 100644 --- a/utils/commands.py +++ b/utils/commands.py @@ -1,7 +1,6 @@ """ Bot commands. """ -import logging import os import json @@ -21,7 +20,6 @@ from utils.tools import datetime_to_string, kbytes_to_gbytes from utils.weather import displayweather, getweatherdata client = commands.Bot(command_prefix='--', intents=Intents.all()) -logger = logging.getLogger(__name__) stack_limit = int((count_quotes() * .25))