Skip to content

Commit

Permalink
Update memes.py
Browse files Browse the repository at this point in the history
  • Loading branch information
eip618 committed Nov 28, 2023
1 parent 2b85348 commit fb62d2b
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 @@ -566,7 +566,8 @@ async def depart(self, ctx: KurisuContext):
async def arrival(self, ctx: KurisuContext):
"""Glazy can add departure but not arrival smh"""
arrival_gifs = ["https://nintendohomebrew.com/assets/img/nhmemes/arrival1.gif",
"https://nintendohomebrew.com/assets/img/nhmemes/arrival2.png"]
"https://nintendohomebrew.com/assets/img/nhmemes/arrival2.png",
https://nintendohomebrew.com/assets/img/nhmemes/arrival3.gif"]
await self._meme(ctx, "", image_link=random.choice(arrival_gifs))

@commands.command(hidden=True)
Expand Down

0 comments on commit fb62d2b

Please sign in to comment.