Spelling Mistake
Closed this issue · 3 comments
LackyPal commented
Describe the bug
There is a spelling mistake at line #36
Command
**${user.usernme}#${user.discriminator}** just left us.
,
To Reproduce
Steps to reproduce the behavior:
- Go to 'https://github.com/Dev-CasperTheGhost/ghostybot/blob/a8e9e072e79386c12754c29c3909c41b31997846/src/events/guildMemberRemove.js#L36'
- Rename
${user.usernme}
to${user.username}
Expected behavior
It should be ${user.username}
Screenshots
https://cdn.discordapp.com/attachments/704954812369731604/764152301388169246/IMG_20201009_211812.jpg
casperiv0 commented
Thanks for reporting this bug! This issue should be fixed.
LackyPal commented
Yea, actually it's my mistake. I forget to check correctly before submitting the pull request #36 .
casperiv0 commented
No worries haha.