Skip to content

Commit

Permalink
🐛 Fix AFK message
Browse files Browse the repository at this point in the history
  • Loading branch information
Androz2091 committed Jan 29, 2021
1 parent 4291e89 commit 2a42db7
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 @@ -111,7 +111,7 @@ module.exports = class {
const userData = await client.findOrCreateUser({ id: u.id });
if(userData.afk){
message.error("general/setafk:IS_AFK", {
username: u.tag,
user: u.tag,
reason: userData.afk
});
}
Expand Down

0 comments on commit 2a42db7

Please sign in to comment.