Skip to content

Commit

Permalink
Design lead
Browse files Browse the repository at this point in the history
  • Loading branch information
optimumtact committed Sep 9, 2024
1 parent 76148c7 commit e560eae
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pet/pets.py
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
# Standard Imports
import random
import asyncio
import logging
import random
import re
from datetime import datetime, timedelta

# Discord Imports
import discord

# Redbot Imports
from redbot.core import commands, checks
from datetime import timedelta, datetime

import logging

import re
from redbot.core import checks, commands

__version__ = "1.2.1"
__author__ = "oranges"
Expand Down Expand Up @@ -1063,6 +1060,9 @@ async def adminhelp(self, ctx, *, name: str):
)
)

@commands.command(aliases=["vibe", "designlead"])
async def hackmd(self, ctx):
await ctx.send("https://file.house/WAGpNr1zLahV42P-Tj_-FQ==.jpeg")
@commands.command(aliases=["kiwi"])
async def nz(self, ctx, *, name: str = None):
"""
Expand Down

0 comments on commit e560eae

Please sign in to comment.