Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Change to 'roomname' instead of 'name'.
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherjmedlin committed Jan 4, 2019
1 parent c89b6e1 commit e102000
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/SlashCommands.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ export const CommandMap = {
},
}),

name: new Command({
name: 'name',
roomname: new Command({
name: 'roomname',
args: '<name>',
description: _td('Sets the room name'),
runFn: function(roomId, args) {
Expand Down

0 comments on commit e102000

Please sign in to comment.