Skip to content

Commit 5e42ceb

Browse files
committed
hotfix available embed
1 parent 2fe1ea8 commit 5e42ceb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/helpchan.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export class HelpChanModule extends Module {
5858
.setDescription(AVAILABLE_MESSAGE)
5959
.setFooter(
6060
`Closes after ${
61-
dormantChannelTimeout / 60 / 60
61+
dormantChannelTimeout / 60 / 60 / 1000
6262
} hours of inactivity or when you send !close.`,
6363
);
6464

0 commit comments

Comments
 (0)