Reduced rate limit
This commit is contained in:
@ -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: 600_000,
|
cooldownDelay: 60_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'],
|
||||||
|
@ -22,7 +22,7 @@ const client = new SapphireClient({
|
|||||||
defaultCooldown: {
|
defaultCooldown: {
|
||||||
// 10s
|
// 10s
|
||||||
delay: 10_000,
|
delay: 10_000,
|
||||||
filteredCommands: ['ping', 'wryna'],
|
filteredCommands: ['himbothyswaggins', 'HimbothySwaggins', 'HimbothySwaggins#4006'],
|
||||||
limit: 2,
|
limit: 2,
|
||||||
// Yes... I did hardcode myself.
|
// Yes... I did hardcode myself.
|
||||||
filteredUsers: ['himbothyswaggins'],
|
filteredUsers: ['himbothyswaggins'],
|
||||||
|
Reference in New Issue
Block a user