From 3900f057fff3fc6d1c178e6b761f83a96943af30 Mon Sep 17 00:00:00 2001 From: entar Date: Wed, 21 May 2025 07:36:33 +0700 Subject: [PATCH] Fixes for types --- commands/extra.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/extra.js b/commands/extra.js index 6ac86bf..db038ab 100644 --- a/commands/extra.js +++ b/commands/extra.js @@ -11,7 +11,7 @@ module.exports = [ return ctx.reply("Member invalid.") } if (!channel || (channel || !channel.prototype.toString.call(GuildChannel))) { - return ctx.reply("Member invalid.") + return ctx.reply("Channel invalid.") } ctx.reply(`Member: ${member}\nChannel: ${channel}`)