diff --git a/src/structures/channel.ts b/src/structures/channel.ts index 64e77ef9b..00e28eaff 100644 --- a/src/structures/channel.ts +++ b/src/structures/channel.ts @@ -20,7 +20,7 @@ export async function createChannel( const channel = { ...rest, /** The guild id of the channel if it is a guild channel. */ - guildID: guildID || rawGuildID, + guildID: guildID || rawGuildID || "", /** The id of the last message sent in this channel */ lastMessageID, /** The amount of users allowed in this voice channel. */