Add throttling to screenshot

This commit is contained in:
Dragon Fire
2021-03-22 19:54:34 -04:00
parent 3c547d7869
commit 76091b29fd
+4
View File
@@ -12,6 +12,10 @@ module.exports = class ScreenshotCommand extends Command {
memberName: 'screenshot',
description: 'Takes a screenshot of any webpage.',
clientPermissions: ['ATTACH_FILES'],
throttling: {
usages: 1,
duration: 30
},
credit: [
{
name: 'Thum.io',