cleanup / respect allergies
This commit is contained in:
@ -1,15 +1,8 @@
|
||||
#!/usr/bin/env python3.12
|
||||
# pylint: disable=broad-exception-caught
|
||||
|
||||
import traceback
|
||||
import logging
|
||||
import os
|
||||
from typing import Any, Optional, Union
|
||||
from typing import Optional, Union
|
||||
import discord
|
||||
import aiosqlite as sqlite3
|
||||
from discord.ext import bridge, commands
|
||||
from util.lovehate_db import DB
|
||||
from constructors import LoveHateException
|
||||
from disc_havoc import Havoc
|
||||
|
||||
class LoveHate(commands.Cog):
|
||||
|
Reference in New Issue
Block a user