Skip to content

Commit

Permalink
Add to commands
Browse files Browse the repository at this point in the history
  • Loading branch information
narze committed Aug 15, 2023
1 parent 386ac20 commit e905515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/commands/others.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function otherCommandsHandler(e: ChatMessageEvent) {
const message = e.data.message;
if (message.match(/^commands$/i)) {
e.data.botMessageCallback(
`Here are the commands I can do: ping, commands, qr, pp, largetype, timer, about, clear`
`Here are the commands I can do: ping, commands, qr, pp, largetype, timer, random, uuid, about, clear`
);
e.stopImmediatePropagation();
}
Expand Down

1 comment on commit e905515

@vercel
Copy link

@vercel vercel bot commented on e905515 Aug 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

chat-os – ./

chat-os-git-main-notnarze.vercel.app
chat-os-notnarze.vercel.app
chat.narze.live
chat-os.vercel.app

Please sign in to comment.