Skip to content

Commit

Permalink
.shootings/.america (#1098)
Browse files Browse the repository at this point in the history
to be changed to nh hosting and random.choice
  • Loading branch information
eijrin committed Jun 24, 2024
1 parent b9228cd commit 9bbb2b7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cogs/memes.py
Original file line number Diff line number Diff line change
Expand Up @@ -765,6 +765,11 @@ async def b(self, ctx: KurisuContext):
"https://nintendohomebrew.com/assets/img/nhmemes/b15.png"]
await self._meme(ctx, "", image_link=random.choice(b_list))

@commands.command(hidden=True, aliases=['america'])
@commands.cooldown(rate=1, per=300.0, type=commands.BucketType.channel)
async def shootings(self, ctx: KurisuContext):
"""a solid 0 days since the last one"""
await ctx.send("https://i.imgur.com/Qzz4WZx.png")

async def setup(bot):
await bot.add_cog(Memes(bot))

0 comments on commit 9bbb2b7

Please sign in to comment.