fix first handler

This commit is contained in:
Skillz4Killz
2021-10-12 19:25:15 +00:00
committed by GitHub
parent 201732bc7d
commit 5d97ce3b9c
3 changed files with 3 additions and 9 deletions

View File

@@ -6,7 +6,7 @@ import { DiscordOverwrite } from "../types/channels/overwrite.ts";
export function transformChannel(
bot: Bot,
payload: { channel: SnakeCasedPropertiesDeep<Channel> } & { guildId?: bigint }
) {
): DiscordenoChannel {
return {
// UNTRANSFORMED STUFF HERE
type: payload.channel.type,