diff options
Diffstat (limited to 'src/commands/utilities/price.ts')
-rw-r--r-- | src/commands/utilities/price.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/commands/utilities/price.ts b/src/commands/utilities/price.ts index a012501..be3da8e 100644 --- a/src/commands/utilities/price.ts +++ b/src/commands/utilities/price.ts @@ -90,8 +90,6 @@ export default class PriceCommand extends BushCommand { ], clientPermissions: (m) => util.clientSendAndPermCheck(m, ['EMBED_LINKS'], true), userPermissions: [], - ratelimit: 4, - cooldown: 4000, typing: true }); } |