More ratelimits
This commit is contained in:
parent
5e57461505
commit
07b3c5dd6f
1 changed files with 3 additions and 1 deletions
|
@ -10,7 +10,9 @@ const openai = new OpenAIApi(configuration);
|
||||||
|
|
||||||
@ApplyOptions<Command.Options>({
|
@ApplyOptions<Command.Options>({
|
||||||
description: 'Make a picture!',
|
description: 'Make a picture!',
|
||||||
options: ['prompt']
|
options: ['prompt'],
|
||||||
|
cooldownDelay: 20_000,
|
||||||
|
cooldownLimit: 1
|
||||||
})
|
})
|
||||||
export class UserCommand extends Command {
|
export class UserCommand extends Command {
|
||||||
// Register Chat Input and Context Menu command
|
// Register Chat Input and Context Menu command
|
||||||
|
|
Loading…
Add table
Reference in a new issue