REM: Remove logger

ipm
Kamal Curi 2 years ago
parent 360ac16070
commit c8bb1921ca

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

Loading…
Cancel
Save