Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
shidoitsuka committed Dec 1, 2019
1 parent 59da46c commit 31fb3a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion events/message.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ module.exports = message => {
// WHEN SOMEONE IS MENTIONED AND THE MENTIONED AFK IS TRUE
if (AFKandMentioned.size) {
// get the mentioned & afk user's reason
const reason = AFKandMentioned.map(user => AFKdata[user.id]});
const reason = AFKandMentioned.map(user => AFKdata[user.id]);

// miku tryna remember whats your reason
const afkSaid = [
Expand Down

0 comments on commit 31fb3a9

Please sign in to comment.