Orbiit / giggle-bot

A BOT THAT doesn't SCREAM as much (and this time uses discord.js fancy library)
https://discord.gg/azw3qEH
0 stars 0 forks source link

my money/inv is case sensitive #1

Closed SheepTester closed 6 years ago

SheepTester commented 6 years ago

thanks to @PooleHenry for noticing

https://github.com/Orbiit/giggle-bot/blob/master/main.js#L317 needs to become (added .toLowerCase())

let user = getMoney[1].toLowerCase() === "my" ? msg.author.id : getMoney[2];

otherwise it says <@undefined>, which is confusing

SheepTester commented 6 years ago

fixed by 5af714d