|
|
@ -1,7 +1,6 @@
|
|
|
|
"""
|
|
|
|
"""
|
|
|
|
Bot commands.
|
|
|
|
Bot commands.
|
|
|
|
"""
|
|
|
|
"""
|
|
|
|
import logging
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
import os
|
|
|
|
import os
|
|
|
|
import json
|
|
|
|
import json
|
|
|
@ -21,7 +20,6 @@ from utils.tools import datetime_to_string, kbytes_to_gbytes
|
|
|
|
from utils.weather import displayweather, getweatherdata
|
|
|
|
from utils.weather import displayweather, getweatherdata
|
|
|
|
|
|
|
|
|
|
|
|
client = commands.Bot(command_prefix='--', intents=Intents.all())
|
|
|
|
client = commands.Bot(command_prefix='--', intents=Intents.all())
|
|
|
|
logger = logging.getLogger(__name__)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
stack_limit = int((count_quotes() * .25))
|
|
|
|
stack_limit = int((count_quotes() * .25))
|
|
|
|
|
|
|
|
|
|
|
|