chore: deps

This commit is contained in:
iCrawl
2022-07-06 10:43:06 +02:00
parent 68c3d8743e
commit ba10637529
16 changed files with 1617 additions and 484 deletions

View File

@@ -30,6 +30,7 @@ export class ApplicationCommandOptionChannelTypesMixin {
Reflect.set(this, 'channel_types', []);
}
// @ts-expect-error: Shapeshift TODO
this.channel_types!.push(...channelTypesPredicate.parse(channelTypes));
return this;