Last active 3 weeks ago

gistfile1.txt Raw
1tg-bot-ts-dev | Interaction error: CombinedError (2)
2tg-bot-ts-dev | Received one or more errors
3tg-bot-ts-dev |
4tg-bot-ts-dev | 1 ExpectedValidationError > s.literal(V)
5tg-bot-ts-dev | | Expected values to be equals
6tg-bot-ts-dev | |
7tg-bot-ts-dev | | Expected:
8tg-bot-ts-dev | | | null
9tg-bot-ts-dev | |
10tg-bot-ts-dev | | Received:
11tg-bot-ts-dev | | | ''
12tg-bot-ts-dev |
13tg-bot-ts-dev | 2 ExpectedConstraintError > s.string().lengthGreaterThanOrEqual()
14tg-bot-ts-dev | | Invalid string length
15tg-bot-ts-dev | |
16tg-bot-ts-dev | | Expected: expected.length >= 1
17tg-bot-ts-dev | |
18tg-bot-ts-dev | | Received:
19tg-bot-ts-dev | | | ''
20tg-bot-ts-dev |
21tg-bot-ts-dev | at _UnionValidator.handle (/app/node_modules/@sapphire/shapeshift/src/validators/UnionValidator.ts:9:57)
22tg-bot-ts-dev | at _UnionValidator.parse (/app/node_modules/@sapphire/shapeshift/src/validators/BaseValidator.ts:126:2)
23tg-bot-ts-dev | at EmbedBuilder.setTitle (/app/node_modules/@discordjs/builders/src/messages/embed/Embed.ts:293:18)
24tg-bot-ts-dev | at Object.buildEmbeds (/app/src/systems/updates.ts:242:23)
25tg-bot-ts-dev | at Object.preview (/app/src/systems/updates.ts:298:29)
26tg-bot-ts-dev | at Object.handleUpdatesPreview [as preview] (/app/src/subcommands/admin/updates.ts:29:17)
27tg-bot-ts-dev | at handleTgAdminCommand (/app/src/commands/tgAdmin.ts:122:51)
28tg-bot-ts-dev | at handleChatInputCommandInteraction (/app/src/handlers/interactions.ts:124:66)
29tg-bot-ts-dev | at Client.handleInteraction (/app/src/handlers/interactions.ts:106:13)
30tg-bot-ts-dev | at Client.emit (node:events:519:28)