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

@@ -4,8 +4,8 @@ import disnake
from disnake import OptionChoice
from disnake.ext import commands
from bot.lib.Comands import write_json
from bot.lib.Logger import logger
from lib.Comands import write_json
from lib.Logger import logger
class Fun(commands.Cog, name='Fun'):