mirror of
https://github.com/LBRYFoundation/lbry-wunderbot.git
synced 2025-08-23 17:47:27 +00:00
Update releasenotes.js
This commit is contained in:
parent
13f2a7b7a4
commit
4f6ffa4e68
1 changed files with 2 additions and 1 deletions
|
@ -78,7 +78,8 @@ exports.releasenotes = {
|
|||
if ((hasPerms(msg) && suffix === 'android post') || (hasPerms(msg) && suffix === 'desktop post')) {
|
||||
bot.channels.get(ChannelID).send(message);
|
||||
} else {
|
||||
msg.channel.send(${msg.author.toString()} + ' Release notes sent via DM');
|
||||
let authorMention = msg.author.toString();
|
||||
msg.channel.send(`${authorMention}, Release notes sent via DM`);
|
||||
msg.author.send(message);
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue