Increased timeout
This commit is contained in:
parent
354b7a8be1
commit
4b048d8982
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ import { AttachmentBuilder, Message } from 'discord.js';
|
|||
description: 'Make a picture!',
|
||||
options: ['prompt'],
|
||||
// 10mins
|
||||
cooldownDelay: 60_000,
|
||||
cooldownDelay: 300_000,
|
||||
cooldownLimit: 1,
|
||||
// Yes... I did hardcode myself.
|
||||
cooldownFilteredUsers: ['himbothyswaggins', 'HimbothySwaggins', 'HimbothySwaggins#4006'],
|
||||
|
|
Loading…
Add table
Reference in a new issue