Skip to content

Commit

Permalink
Update memes.py
Browse files Browse the repository at this point in the history
  • Loading branch information
eip618 committed Jun 24, 2024
1 parent 8f68e80 commit 8063ae8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cogs/memes.py
Original file line number Diff line number Diff line change
Expand Up @@ -770,8 +770,9 @@ async def b(self, ctx: KurisuContext):
async def shootings(self, ctx: KurisuContext):
"""so we don't have to find it every time"""
shooting_list = ["https://nintendohomebrew.com/assets/img/nhmemes/shooting1.png",
"https://nintendohomebrew.com/assets/img/nhmemes/shooting2.jpg"]
"https://nintendohomebrew.com/assets/img/nhmemes/shooting2.jpg"]
await self._meme(ctx, "", image_link=random.choice(shooting_list))


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

0 comments on commit 8063ae8

Please sign in to comment.