diff --git a/src/commands/pic.ts b/src/commands/pic.ts index c90c1b5..adf0cd5 100644 --- a/src/commands/pic.ts +++ b/src/commands/pic.ts @@ -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'], diff --git a/src/index.ts b/src/index.ts index 54e5ac8..7a3026d 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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'],