Add mention of ::help
This commit is contained in:
parent
bc69f46d1a
commit
c246732b86
1 changed files with 1 additions and 0 deletions
|
|
@ -78,6 +78,7 @@ async def cmd_play(player: Player, args: str) -> None:
|
|||
player.if_session = session
|
||||
player.mode_stack.append("if")
|
||||
|
||||
await player.send("(type ::help for escape commands)\r\n")
|
||||
if intro:
|
||||
await player.send(intro + "\r\n")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue