diff --git a/src/SlashCommands.tsx b/src/SlashCommands.tsx index f91f5d23d9..d061dbed60 100644 --- a/src/SlashCommands.tsx +++ b/src/SlashCommands.tsx @@ -771,7 +771,7 @@ export const Commands = [ }), new Command({ command: 'addwidget', - args: '', + args: '', description: _td('Adds a custom widget by URL to the room'), runFn: function(roomId, widgetUrl) { if (!widgetUrl) {