diff --git a/cogs/misc.py b/cogs/misc.py index 74a0668..2a5bea8 100644 --- a/cogs/misc.py +++ b/cogs/misc.py @@ -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