diff options
Diffstat (limited to 'src/commands/info/links.ts')
-rw-r--r-- | src/commands/info/links.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/commands/info/links.ts b/src/commands/info/links.ts index 569b959..754b22b 100644 --- a/src/commands/info/links.ts +++ b/src/commands/info/links.ts @@ -12,8 +12,6 @@ export default class LinksCommand extends BushCommand { usage: 'links', examples: ['links'] }, - ratelimit: 4, - cooldown: 4000, clientPermissions: (m) => util.clientSendAndPermCheck(m), userPermissions: [], slash: true |