Skip to content

Commit 76ac55f

Browse files
authored
Update __init__.py
1 parent 1d82b15 commit 76ac55f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

join_motd/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def register(self):
104104
builder.arg("player_name", Text)
105105
builder.command(
106106
f"{LAST_UP_PREFIX} get <player_name>",
107-
lambda src, ctx: self.display_last_join(src.reply, ctx["player_name"]),
107+
lambda src, ctx: self.display_last_join(src.reply, ctx["player_name"], with_name=True),
108108
)
109109
builder.command(
110110
f"{LAST_UP_PREFIX} list",

0 commit comments

Comments
 (0)