diff --git a/frontend/src/chat/chatHelperFunctions/cmdList.ts b/frontend/src/chat/chatHelperFunctions/cmdList.ts index 9ab871b..523feda 100644 --- a/frontend/src/chat/chatHelperFunctions/cmdList.ts +++ b/frontend/src/chat/chatHelperFunctions/cmdList.ts @@ -15,6 +15,7 @@ export function cmdList() { addMessage('\'@notify\' - toggles notifications on / off'); addMessage('\'@quit\' - disconnect user from the chat'); addMessage('\'@pong\' - displays your pong match results'); + addMessage('\'@ttt\' - displays your ttt match results'); addMessage('** *********************************** **'); addMessage('*'); } \ No newline at end of file