We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80fdf67 commit 057972dCopy full SHA for 057972d
1 file changed
src/commands/moderation/repel.ts
@@ -117,7 +117,7 @@ const handleTimeout = async ({
117
return 0;
118
}
119
try {
120
- await target.timeout(duration * HOUR, 'Repel command executed');
+ await target.timeout(duration, 'Repel command executed');
121
return duration;
122
} catch (error) {
123
console.error('Error applying timeout to user:', error);
0 commit comments