updated lang strings
This commit is contained in:
9
dist/lang.js
vendored
9
dist/lang.js
vendored
@@ -3,6 +3,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.Lang = void 0;
|
||||
const LANG = {
|
||||
en: {
|
||||
main: {
|
||||
login: 'Logged in as {user}'
|
||||
},
|
||||
discord: {
|
||||
botRestart: 'The bot has just restarted, anybody previously in the queue has been reset',
|
||||
create: 'A queue for teams of {teamsize} has been created',
|
||||
@@ -11,6 +14,9 @@ const LANG = {
|
||||
leave: 'Left the queue'
|
||||
},
|
||||
error: {
|
||||
main: {
|
||||
missingToken: 'Missing Discord Token, please enter the bot token into the token file'
|
||||
},
|
||||
discord: {
|
||||
noQueue: 'There is not an active queue in this channel, type `/open` to create one',
|
||||
noChannel: 'Unable to find channel {channelId} for teams of {teamsize}',
|
||||
@@ -22,6 +28,9 @@ const LANG = {
|
||||
general: {
|
||||
noMember: 'Unable to retrieve guild member information, please try again',
|
||||
noChannel: 'Unable to retrieve text channel information, please try again'
|
||||
},
|
||||
api: {
|
||||
noUser: 'Unable to find user'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user