Lynxie/lynxie/commands/e621.py
deepsource-autofix[bot] a8eb5e09a0
refactor: remove unused imports
An object has been imported but is not used anywhere in the file.
It should either be used or the import should be removed.
2023-09-10 14:11:13 +00:00

11 lines
201 B
Python

from discord.ext import commands
class E621(commands.Cog):
def __init__(self, bot):
self.bot = bot
@commands.command()
async def e621(self, ctx):
await ctx.reply(f":3")