Add i18n
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
8bd45ce893
commit
4c8593a91f
2 changed files with 4 additions and 2 deletions
|
@ -722,7 +722,7 @@ export const CommandMap = {
|
|||
|
||||
rainbow: new Command({
|
||||
name: "rainbow",
|
||||
description: _td(""),
|
||||
description: _td("Sends the given message coloured as a rainbow"),
|
||||
args: '<message>',
|
||||
runFn: function(roomId, args) {
|
||||
if (!args) return reject(this.getUserId());
|
||||
|
@ -732,7 +732,7 @@ export const CommandMap = {
|
|||
|
||||
rainbowme: new Command({
|
||||
name: "rainbowme",
|
||||
description: _td(""),
|
||||
description: _td("Sends the given emote coloured as a rainbow"),
|
||||
args: '<message>',
|
||||
runFn: function(roomId, args) {
|
||||
if (!args) return reject(this.getUserId());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue