From fddcb6d629c285175e51a920fb287cb5190d78d3 Mon Sep 17 00:00:00 2001 From: Atridad Lahiji <88056492+atridadl@users.noreply.github.com> Date: Fri, 23 Jun 2023 20:13:53 -0600 Subject: [PATCH] pls --- src/commands/pic.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/pic.ts b/src/commands/pic.ts index eb55ff5..19f8668 100644 --- a/src/commands/pic.ts +++ b/src/commands/pic.ts @@ -15,7 +15,7 @@ const openai = new OpenAIApi(configuration); cooldownDelay: 600_000, cooldownLimit: 1, // Yes... I did hardcode myself. - cooldownFilteredUsers: ['himbothyswaggins'], + cooldownFilteredUsers: ['himbothyswaggins', 'HimbothySwaggins', 'HimbothySwaggins#4006'], cooldownScope: BucketScope.User }) export class UserCommand extends Command {