cleaner type

This commit is contained in:
Skillz
2020-10-24 10:31:32 -04:00
parent 3cbca72fb8
commit 45c8fe668d

View File

@@ -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. */