diff --git a/src/bot.ts b/src/bot.ts index 5f2c8d4a0..8e7c25655 100644 --- a/src/bot.ts +++ b/src/bot.ts @@ -476,7 +476,7 @@ export interface Transformers { role: typeof transformRole; voiceState: typeof transformVoiceState; interaction: typeof transformInteraction; - integration: typeof transformIntegration, + integration: typeof transformIntegration; } export function createTransformers(options: Partial) {