Clean up code

This commit is contained in:
Michał Gdula 2023-09-09 20:52:12 +01:00
parent 90a347eb0b
commit c359356f4b
10 changed files with 51 additions and 36 deletions

12
lynxie/commands/e621.py Normal file
View file

@ -0,0 +1,12 @@
import requests
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")