Skip to content

Commit

Permalink
read better
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreyDavidsz committed Oct 24, 2022
1 parent ba9315e commit 94c4d3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/osccommands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,14 +84,14 @@ const Actions: actionType = {
type: 'User',
},
TurnVideoOn: {
description: 'Turn Video On',
description: 'Video On',
shortDescription: 'TurnVideoOn',
command: '/videoOn',
singleUser: false,
type: 'User',
},
TurnVideoOff: {
description: 'Turn Video Off',
description: 'Video Off',
shortDescription: 'TurnVideoOff',
command: '/videoOff',
singleUser: false,
Expand Down

0 comments on commit 94c4d3b

Please sign in to comment.