diff options
Diffstat (limited to 'src/listeners')
-rw-r--r-- | src/listeners/ws/INTERACTION_CREATE.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/listeners/ws/INTERACTION_CREATE.ts b/src/listeners/ws/INTERACTION_CREATE.ts index fd79529..f44c06c 100644 --- a/src/listeners/ws/INTERACTION_CREATE.ts +++ b/src/listeners/ws/INTERACTION_CREATE.ts @@ -224,14 +224,12 @@ export default class WsInteractionCreateListener extends BushListener { new ActionRow({ type: 1, components: [ - // @ts-expect-error: outdated @discord.js/builders new ButtonComponent({ type: 2, custom_id: `appeal_accept;${punishment};${guildId};${userId};${modlogCase}`, label: 'Accept', style: 3 /* Success */ }).toJSON(), - // @ts-expect-error: outdated @discord.js/builders new ButtonComponent({ type: 2, custom_id: `appeal_deny;${punishment};${guildId};${userId};${modlogCase}`, |