changed logger

This commit is contained in:
bacon
2024-04-13 20:03:57 +03:00
parent 78be10a88b
commit 413736b44d
13 changed files with 24 additions and 67 deletions

View File

@@ -3,9 +3,9 @@ from typing import List
import disnake
from disnake import OptionChoice
from disnake.ext import commands
from loguru import logger
from lib.Comands import write_json
from lib.Logger import logger
class Fun(commands.Cog, name='Fun'):