Skip to content

Commit

Permalink
Favoritkjeln
Browse files Browse the repository at this point in the history
  • Loading branch information
Roxedus committed Dec 1, 2023
1 parent cd079e6 commit 77302f5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cogs/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -627,6 +627,11 @@ async def morson(self, ctx):
async def jada(self, ctx):
await ctx.send("https://imgur.com/LDf6oLB")

@commands.cooldown(1, 5, type=commands.BucketType.guild)
@commands.command(hidden=True, aliases=["sjalottlauk"])
async def lom(self, ctx):
await ctx.send("https://imgur.com/RN3a1AX")


async def setup(bot):
# pylint: disable=missing-function-docstring
Expand Down

0 comments on commit 77302f5

Please sign in to comment.