We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fe1ea8 commit 5e42cebCopy full SHA for 5e42ceb
src/modules/helpchan.ts
@@ -58,7 +58,7 @@ export class HelpChanModule extends Module {
58
.setDescription(AVAILABLE_MESSAGE)
59
.setFooter(
60
`Closes after ${
61
- dormantChannelTimeout / 60 / 60
+ dormantChannelTimeout / 60 / 60 / 1000
62
} hours of inactivity or when you send !close.`,
63
);
64
0 commit comments