prepare the help module and general cleanup of files

This commit is contained in:
2023-03-19 21:01:53 +01:00
parent ac39805494
commit 6f43259cad
16 changed files with 280 additions and 64 deletions

View File

@@ -1,6 +1,5 @@
import discord
from discord.ext import commands
import logging
from jeevesbot import functions
from logging import getLogger
@@ -13,7 +12,7 @@ e = discord.Embed()
class Gif(commands.Cog):
""" Ensures that high-risk channels don't display embedded links, but only gifs."""
def __init__(self, bot):
self.bot = bot