Skip to content

Commit

Permalink
whitespace fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Supinic committed Nov 19, 2024
1 parent 1e23b00 commit cba0838
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions commands/statistics/types/afk-longest.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ module.exports = {

return {
reply: sb.Utils.tag.trim `
The longest time ${who.toLowerCase()} been AFK for
is ${delta},
which started ${started}
and ended ${ended}.
`
The longest time ${who.toLowerCase()} been AFK for
is ${delta},
which started ${started}
and ended ${ended}.
`
};
}
};

0 comments on commit cba0838

Please sign in to comment.