Reduced rate limit

This commit is contained in:
Atridad Lahiji 2023-06-23 20:57:42 -06:00
parent 89c0ac4e5e
commit f5a45381a6
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -22,7 +22,7 @@ const client = new SapphireClient({
defaultCooldown: {
// 10s
delay: 10_000,
filteredCommands: ['ping', 'wryna'],
filteredCommands: ['himbothyswaggins', 'HimbothySwaggins', 'HimbothySwaggins#4006'],
limit: 2,
// Yes... I did hardcode myself.
filteredUsers: ['himbothyswaggins'],