Skip to content

Commit

Permalink
Update commands.js with broadcast command
Browse files Browse the repository at this point in the history
  • Loading branch information
KyrunaKJ authored Apr 11, 2024
1 parent 7d481a0 commit 62b4a1b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions assets/chat/js/commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ const CHAT_COMMANDS = [
name: 'baninfo',
description: 'Check your ban status.',
},
{
name: 'broadcast',
description: 'Send a system-wide message to all users present in the chat.',
admin: true,
},
{
name: 'die',
description: 'Mute yourself for 10 minutes.',
Expand Down

0 comments on commit 62b4a1b

Please sign in to comment.