fixed start after move

This commit is contained in:
bacon
2024-03-18 00:19:14 +03:00
parent 3048bf1f51
commit 29246e7b97
9 changed files with 18 additions and 18 deletions

View File

@@ -2,7 +2,7 @@ import disnake
from disnake import Option, OptionType, Colour
from disnake.ext import commands
from bot.lib.Logger import logger
from lib.Logger import logger
class General(commands.Cog):