From e102000e583fbaa63a4e44c3f8e414f5309e2638 Mon Sep 17 00:00:00 2001 From: Christopher Medlin Date: Fri, 4 Jan 2019 11:29:51 -0800 Subject: [PATCH] Change to 'roomname' instead of 'name'. --- src/SlashCommands.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/SlashCommands.js b/src/SlashCommands.js index f4a9f9d5ff..47c6c26b45 100644 --- a/src/SlashCommands.js +++ b/src/SlashCommands.js @@ -135,8 +135,8 @@ export const CommandMap = { }, }), - name: new Command({ - name: 'name', + roomname: new Command({ + name: 'roomname', args: '', description: _td('Sets the room name'), runFn: function(roomId, args) {