Update releasenotes.js

This commit is contained in:
Ralph 2021-04-05 12:13:03 -04:00 committed by GitHub
parent 9b69738690
commit ba21d1a66a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 + ' Release notes sent via DM');
msg.channel.send(msg.author.mentionable + ' Release notes sent via DM');
msg.author.send(message);
}
} else {