feat(SessionManager): New feature from Discord

This commit is contained in:
March 7th
2022-08-25 18:20:00 +07:00
parent 2da3c404d2
commit 8a9d7e8713
6 changed files with 168 additions and 0 deletions

View File

@@ -104,6 +104,8 @@ const Messages = {
STAGE_CHANNEL_RESOLVE: 'Could not resolve channel to a stage channel.',
GUILD_SCHEDULED_EVENT_RESOLVE: 'Could not resolve the guild scheduled event.',
REQUIRE_PASSWORD: 'You must provide a password.',
MISSING_VALUE: (where, type) => `Missing value for ${where} (${type})`,
INVALID_TYPE: (name, expected, an = false) => `Supplied ${name} is not a${an ? 'n' : ''} ${expected}.`,