mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-08 14:13:02 -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: {
|
||||
type: 'guild',
|
||||
limit: 1,
|
||||
duration: 15000
|
||||
duration: 5000
|
||||
},
|
||||
run: async (context, args) => {
|
||||
context.triggerTyping();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue