mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-07 21:53:07 -04:00
remove ratelimit
This commit is contained in:
parent
adde718ed9
commit
c4d5283a01
1 changed files with 0 additions and 5 deletions
|
@ -39,11 +39,6 @@ module.exports = {
|
|||
category: 'mod',
|
||||
usage: 'perspective <prompt>'
|
||||
},
|
||||
ratelimit: {
|
||||
type: 'guild',
|
||||
limit: 1,
|
||||
duration: 5000
|
||||
},
|
||||
permissionsClient: [Permissions.EMBED_LINKS, Permissions.SEND_MESSAGES, Permissions.USE_EXTERNAL_EMOJIS, Permissions.READ_MESSAGE_HISTORY],
|
||||
run: async (context, args) => {
|
||||
await context.triggerTyping();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue