Increased timeout

This commit is contained in:
Atridad Lahiji 2023-06-26 22:23:19 -06:00
parent 354b7a8be1
commit 4b048d8982
No known key found for this signature in database

View file

@ -6,7 +6,7 @@ import { AttachmentBuilder, Message } from 'discord.js';
description: 'Make a picture!', description: 'Make a picture!',
options: ['prompt'], options: ['prompt'],
// 10mins // 10mins
cooldownDelay: 60_000, cooldownDelay: 300_000,
cooldownLimit: 1, cooldownLimit: 1,
// Yes... I did hardcode myself. // Yes... I did hardcode myself.
cooldownFilteredUsers: ['himbothyswaggins', 'HimbothySwaggins', 'HimbothySwaggins#4006'], cooldownFilteredUsers: ['himbothyswaggins', 'HimbothySwaggins', 'HimbothySwaggins#4006'],