Skip to content

Commit

Permalink
Add yeji meme template
Browse files Browse the repository at this point in the history
  • Loading branch information
joinemm committed Nov 18, 2023
1 parent e7bfd29 commit 1619513
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion cogs/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -840,7 +840,7 @@ async def meme(self, ctx: commands.Context, template: str, *, content):
"""Make memes with given templates of empty signs
Available templates:
olivia, yyxy, haseul, jihyo, dubu, chaeyoung, nayeon, trump
olivia, yyxy, haseul, jihyo, dubu, chaeyoung, nayeon, trump, yeji
"""

options = {}
Expand Down Expand Up @@ -899,6 +899,13 @@ async def meme(self, ctx: commands.Context, template: str, *, content):
"wm_color": (255, 255, 255, 255),
"angle": 5,
}
case "yeji":
options = {
"filename": "images/yeji.jpg",
"boxdimensions": (139, 555, 529, 350),
"wm_color": (255, 255, 255, 255),
"angle": 0,
}
case _:
raise exceptions.CommandWarning(f"No meme template called `{template}`")

Expand Down
Binary file added images/yeji.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1619513

Please sign in to comment.