Lynxie/lynxie/commands/e621.py
2023-09-09 20:52:12 +01:00

12 lines
217 B
Python

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")