Reduced rate limit
This commit is contained in:
parent
89c0ac4e5e
commit
f5a45381a6
2 changed files with 2 additions and 2 deletions
|
@ -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'],
|
||||
|
|
|
@ -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'],
|
||||
|
|
Loading…
Add table
Reference in a new issue