diff --git a/lib/user.js b/lib/user.js index deb0e95b..d82727d6 100644 --- a/lib/user.js +++ b/lib/user.js @@ -169,6 +169,7 @@ User.prototype.setAFK = function (afk) { /* No change in AFK status, don't need to change anything */ if (this.is(Flags.U_AFK) === afk) { + this.autoAFK(); return; }