updated lang strings

This commit is contained in:
2022-02-13 19:23:28 -06:00
parent f225bf924a
commit 17643dc730
6 changed files with 40 additions and 24 deletions

13
dist/lang.js vendored
View File

@@ -8,13 +8,20 @@ const LANG = {
create: 'A queue for teams of {teamsize} has been created',
close: 'Queue has been closed',
join: 'Joined the queue',
leave: 'Left the queue',
error: {
leave: 'Left the queue'
},
error: {
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}',
noCreate: 'There is already an active queue in this channel for teams of ${teamsize}',
inQueue: 'You are already in the queue',
notInQueue: 'You aren\'t in the queue'
notInQueue: 'You aren\'t in the queue',
notMod: 'Member is not a moderator'
},
general: {
noMember: 'Unable to retrieve guild member information, please try again',
noChannel: 'Unable to retrieve text channel information, please try again'
}
}
}