mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-08 14:13:02 -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',
|
category: 'mod',
|
||||||
usage: 'perspective <prompt>'
|
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],
|
permissionsClient: [Permissions.EMBED_LINKS, Permissions.SEND_MESSAGES, Permissions.USE_EXTERNAL_EMOJIS, Permissions.READ_MESSAGE_HISTORY],
|
||||||
run: async (context, args) => {
|
run: async (context, args) => {
|
||||||
await context.triggerTyping();
|
await context.triggerTyping();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue