1
Fork 0
mirror of https://github.com/wlinator/luminara.git synced 2024-10-02 18:03:12 +00:00

Rename main files

This commit is contained in:
wlinator 2024-08-28 10:47:30 -04:00
parent 0b3c05ddc9
commit 92d5aafda1
3 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
from discord.ext import commands
from loguru import logger
import asyncio
from loader import CogLoader
from lib.loader import CogLoader
from db.database import run_migrations

View file

@ -4,7 +4,7 @@ import discord
from discord.ext import commands
from loguru import logger
from lib.const import CONST
from client import Luminara
from lib.client import Luminara
logger.remove()
logger.add(sys.stdout, format=CONST.LOG_FORMAT, colorize=True, level=CONST.LOG_LEVEL)