mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-01 08:20:08 +00:00
fix: fmt
This commit is contained in:
2
bot.ts
2
bot.ts
@@ -396,7 +396,7 @@ export function createTransformers(options: Partial<Transformers>) {
|
||||
widget: options.widget || transformWidget,
|
||||
stageInstance: options.stageInstance || transformStageInstance,
|
||||
sticker: options.sticker || transformSticker,
|
||||
gatewayBot: options.gatewayBot || transformGatewayBot
|
||||
gatewayBot: options.gatewayBot || transformGatewayBot,
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ import {
|
||||
enableCachePlugin,
|
||||
enableCacheSweepers,
|
||||
enableHelpersPlugin,
|
||||
enablePermissionsPlugin
|
||||
enablePermissionsPlugin,
|
||||
} from "./deps.ts";
|
||||
import { Command } from "./src/types/commands.ts";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user