fix capitalization typo
This commit is contained in:
parent
c749ee4777
commit
ebe97e08a3
1 changed files with 1 additions and 1 deletions
|
@ -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...');
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue