We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74f4ed3 commit f53607cCopy full SHA for f53607c
1 file changed
src/ps/handlers/cron/hindi.ts
@@ -26,6 +26,7 @@ function _postGGSSEvent(this: Client) {
26
const ggssRoom = this.getRoom('galligallisimsim');
27
if (!ggssRoom) return;
28
29
+ ggssRoom.send('/hangman end');
30
ggssRoom.send('Khelne ke liye shukriya!'); // TODO: Use i18n instead
31
ggssRoom.send('/modchat +');
32
if (Math.random() < 0.1) {
@@ -66,9 +67,10 @@ async function Hangman(this: Client) {
66
67
68
gamesDone++;
69
await sleep('20s');
- room.send('/hangman end');
70
}
71
72
+ await sleep('40s');
73
+
74
_postGGSSEvent.call(this);
75
76
0 commit comments