mirror of
https://github.com/LBRYFoundation/lbry-wunderbot.git
synced 2025-08-23 09:37:27 +00:00
Update releasenotes.js
This commit is contained in:
parent
ba21d1a66a
commit
13f2a7b7a4
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ 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.mentionable + ' Release notes sent via DM');
|
||||
msg.channel.send(${msg.author.toString()} + ' Release notes sent via DM');
|
||||
msg.author.send(message);
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue