such cleanup
This commit is contained in:
@ -12,6 +12,7 @@ from .misc_util import Util
|
||||
import aiosqlite as sqlite3
|
||||
from sh import cowsay as cow_say, fortune # pylint: disable=no-name-in-module
|
||||
from discord.ext import bridge, commands, tasks
|
||||
from disc_havoc import Havoc
|
||||
# pylint: disable=bare-except, broad-exception-caught, broad-exception-raised, global-statement
|
||||
# pylint: disable=too-many-lines, invalid-name
|
||||
|
||||
@ -25,8 +26,8 @@ BOT_CHANIDS = []
|
||||
|
||||
class Misc(commands.Cog):
|
||||
"""Misc/Assorted Cog for Havoc"""
|
||||
def __init__(self, bot):
|
||||
self.bot: discord.Bot = bot
|
||||
def __init__(self, bot: Havoc):
|
||||
self.bot: Havoc = bot
|
||||
self.util = Util()
|
||||
|
||||
self.COWS: list[str] = os.listdir(os.path.join("/",
|
||||
|
Reference in New Issue
Block a user