mirror of
https://github.com/Fluffy-Bean/Lynxie.git
synced 2025-05-19 01:44:52 +00:00
Clean up code
This commit is contained in:
parent
90a347eb0b
commit
c359356f4b
10 changed files with 51 additions and 36 deletions
12
lynxie/commands/e621.py
Normal file
12
lynxie/commands/e621.py
Normal 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")
|
Loading…
Add table
Add a link
Reference in a new issue