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, }, {