mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-08 22:23:03 -04:00
reduce dalle cooldown
This commit is contained in:
parent
b934b3c127
commit
a3cd3abc83
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ module.exports = {
|
||||||
ratelimit: {
|
ratelimit: {
|
||||||
type: 'guild',
|
type: 'guild',
|
||||||
limit: 1,
|
limit: 1,
|
||||||
duration: 15000
|
duration: 5000
|
||||||
},
|
},
|
||||||
run: async (context, args) => {
|
run: async (context, args) => {
|
||||||
context.triggerTyping();
|
context.triggerTyping();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue