Skip to content

Commit

Permalink
more b
Browse files Browse the repository at this point in the history
  • Loading branch information
eip618 committed Nov 10, 2023
1 parent 1db8725 commit e7f05b3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion cogs/memes.py
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,11 @@ async def b(self, ctx: KurisuContext):
"https://nintendohomebrew.com/assets/img/nhmemes/b8.png",
"https://nintendohomebrew.com/assets/img/nhmemes/b9.png",
"https://nintendohomebrew.com/assets/img/nhmemes/b10.png",
"https://nintendohomebrew.com/assets/img/nhmemes/b11.png"]
"https://nintendohomebrew.com/assets/img/nhmemes/b11.png",
"https://nintendohomebrew.com/assets/img/nhmemes/b12.png",
"https://nintendohomebrew.com/assets/img/nhmemes/b13.png",
"https://nintendohomebrew.com/assets/img/nhmemes/b14.png",
"https://nintendohomebrew.com/assets/img/nhmemes/b15.png"]
await self._meme(ctx, "", image_link=random.choice(b_list))


Expand Down

0 comments on commit e7f05b3

Please sign in to comment.