From 4f1de1bd08ec5a5d34eedf35205f175c55d9d02d Mon Sep 17 00:00:00 2001 From: ShuriZma Date: Thu, 27 Jun 2024 09:23:51 +0200 Subject: [PATCH] fix channel mention --- src/commands/getValues.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/getValues.ts b/src/commands/getValues.ts index f04ce48..68db598 100644 --- a/src/commands/getValues.ts +++ b/src/commands/getValues.ts @@ -23,7 +23,7 @@ export default { .setFields([ { name: 'channel', - value: bot.getChannel(), + value: '<#' + bot.getChannel() + '>', inline: true, }, {