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

Commit

Permalink
Fix CHANNEL_ROLE_VAL asking for a channel (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShiSHcat authored and TTtie committed Oct 14, 2019
1 parent d2f6331 commit 98dd4e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions en.js
Expand Up @@ -49,7 +49,7 @@ Want to use the web interface instead? Go here: ${config.webserverDisplay("/")}`
SETTING_HOME_DESCRIPTION: "Goes back to the main menu",
QUESTION_STRING_VAL: "Please type in your new value. You have 60 seconds to respond.",
QUESTION_CHANNEL_VAL: `Please type in the channel you want to use. You have 30 seconds to respond.`,
QUESTION_ROLE_VAL: `Please type in the channel you want to use. You have 30 seconds to respond.`,
QUESTION_ROLE_VAL: `Please type in the role you want to use. You have 30 seconds to respond.`,
QUESTION_RESET: c => `Are you sure you want to reset ${c} to the default value?\nType in y or yes if you want to. n or no otherwise. You have 10 seconds to respond.`,
QUESTION_DISABLE: c => `Are you sure you want to disable ${c}?\nType in y or yes if you want to. n or no otherwise. You have 10 seconds to respond.`,

Expand Down Expand Up @@ -325,4 +325,4 @@ Query will automatically expire in 5 minutes.`,
NATIVE_LOCALE_NAME: "English",
ENGLISH_LOCALE_NAME: "English"
//fallbackLanguage: "en"
};
};

0 comments on commit 98dd4e8

Please sign in to comment.