mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-03 17:30:07 +00:00
fix first handler
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user