change: prettier code

This commit is contained in:
Skillz4Killz
2021-10-21 18:01:58 +00:00
committed by GitHub Action
parent cca34edaf9
commit 39658ddc7a
+1 -1
View File
@@ -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<Transformers>) {