1
0
Fork 0

update description

akairo
loicbersier 4 years ago
parent f681fefeec
commit 8d379fe031

@ -22,9 +22,9 @@ class screenshotCommand extends Command {
], ],
channelRestriction: 'guild', channelRestriction: 'guild',
description: { description: {
content: 'Take a screenshot of a website', content: 'Take a screenshot of a website. Need to start with http(s)://',
usage: '[link to a website]', usage: '[link to a website]',
examples: ['www.google.com'] examples: ['https://google.com']
} }
}); });
} }

Loading…
Cancel
Save