[refactor]: Clear some trash

This commit is contained in:
Sweetbread
2023-05-15 17:29:09 +03:00
parent c8bd9d21a5
commit f8de6d54a2
12 changed files with 18 additions and 352 deletions
+2 -2
View File
@@ -4,7 +4,7 @@ import discord
from discord.ext import commands
from datetime import timedelta
from cogs.translate import *
from utils.translate import *
from bot import db
@@ -152,4 +152,4 @@ class Logs(commands.Cog, name="Логи"):
async def setup(bot):
await bot.add_cog(Logs(bot))
... # await bot.add_cog(Logs(bot))