Skip to content

Commit

Permalink
mfw "
Browse files Browse the repository at this point in the history
  • Loading branch information
eip618 committed Nov 28, 2023
1 parent fb62d2b commit 9b3d46e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/memes.py
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ 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/arrival3.gif"]
"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 9b3d46e

Please sign in to comment.