fix channel mention
This commit is contained in:
parent
687c4e6ac1
commit
4f1de1bd08
|
@ -23,7 +23,7 @@ export default {
|
|||
.setFields([
|
||||
{
|
||||
name: 'channel',
|
||||
value: bot.getChannel(),
|
||||
value: '<#' + bot.getChannel() + '>',
|
||||
inline: true,
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue