Skip to content

Commit

Permalink
Update slowchat help (#10565)
Browse files Browse the repository at this point in the history
  • Loading branch information
KingNeodude authored Sep 22, 2024
1 parent c453a59 commit 63968d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/chat-commands/room-settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -385,8 +385,8 @@ export const commands: Chat.ChatCommands = {
room.saveSettings();
},
slowchathelp: [
`/slowchat [number] - Sets a limit on how often users in the room can send messages, between 2 and 60 seconds. Requires @ # &`,
`/slowchat off - Disables slowchat in the room. Requires @ # &`,
`/slowchat [number] - Sets a limit on how often users in the room can send messages, between 2 and 60 seconds. Requires % @ # &`,
`/slowchat off - Disables slowchat in the room. Requires % @ # &`,
],
permission: 'permissions',
permissions: {
Expand Down

0 comments on commit 63968d0

Please sign in to comment.