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