reduce dalle cooldown

This commit is contained in:
derpystuff 2022-06-19 00:47:26 +02:00
parent b934b3c127
commit a3cd3abc83

View file

@ -15,7 +15,7 @@ module.exports = {
ratelimit: {
type: 'guild',
limit: 1,
duration: 15000
duration: 5000
},
run: async (context, args) => {
context.triggerTyping();