Skip to content

Commit 465a7e9

Browse files
committed
fix(grzesiu): cooldown=20
1 parent e0b91e1 commit 465a7e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/grzesiu.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const openai = new OpenAIApi(configuration);
1212
const MAX_TOKENS = 2049;
1313
const RESPONSE_TOKENS = 64;
1414
const BANNED_PATTERNS = /[`\[\]{}\(\)]|http/g;
15-
const COOLDOWN = 60;
15+
const COOLDOWN = 20;
1616
const GRZESIU_DELAY = 1500;
1717
const GRZESIU_NAME = 'grzegorz';
1818

0 commit comments

Comments
 (0)