Add mention of ::help

This commit is contained in:
Jared Miller 2026-02-09 16:14:34 -05:00
parent bc69f46d1a
commit c246732b86
Signed by: shmup
GPG key ID: 22B5C6D66A38B06C

View file

@ -78,6 +78,7 @@ async def cmd_play(player: Player, args: str) -> None:
player.if_session = session player.if_session = session
player.mode_stack.append("if") player.mode_stack.append("if")
await player.send("(type ::help for escape commands)\r\n")
if intro: if intro:
await player.send(intro + "\r\n") await player.send(intro + "\r\n")