fix capitalization typo

This commit is contained in:
Niko 2018-02-28 23:22:52 +01:00 committed by GitHub
parent c749ee4777
commit ebe97e08a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -221,7 +221,7 @@ function doTip(message, tipper, words, helpmsg) {
}
if (message.mentions.users.first().id) {
return sendLbc(message, tipper, message.mentions.users.first().id.replace('!', ''), amount, prv);
return sendLBC(message, tipper, message.mentions.users.first().id.replace('!', ''), amount, prv);
}
message.reply('Sorry, I could not find a user in your tip...');
}