fix channel mention

This commit is contained in:
ShuriZma 2024-06-27 09:23:51 +02:00
parent 687c4e6ac1
commit 4f1de1bd08
Signed by: ShuriZma
GPG Key ID: 8D289758EE9B8074
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ export default {
.setFields([
{
name: 'channel',
value: bot.getChannel(),
value: '<#' + bot.getChannel() + '>',
inline: true,
},
{