Fix up perms

This commit is contained in:
Daniel Odendahl Jr
2017-09-17 02:48:52 +00:00
parent cd66a2759a
commit db7c6a9c76
4 changed files with 6 additions and 3 deletions
+1
View File
@@ -9,6 +9,7 @@ module.exports = class PokemonFusionCommand extends Command {
group: 'image-edit',
memberName: 'pokemon-fusion',
description: 'Fuses two Generation I Pokémon together.',
clientPermissions: ['ATTACH_FILES'],
args: [
{
key: 'body',
+2 -1
View File
@@ -8,7 +8,8 @@ module.exports = class CatCommand extends Command {
aliases: ['neko'],
group: 'random-img',
memberName: 'cat',
description: 'Responds with a random cat image.'
description: 'Responds with a random cat image.',
clientPermissions: ['ATTACH_FILES']
});
}
+2 -1
View File
@@ -7,7 +7,8 @@ module.exports = class DogCommand extends Command {
name: 'dog',
group: 'random-img',
memberName: 'dog',
description: 'Responds with a random dog image.'
description: 'Responds with a random dog image.',
clientPermissions: ['ATTACH_FILES']
});
}
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "xiaobot",
"version": "40.5.0",
"version": "40.5.1",
"description": "Your personal server companion.",
"main": "Shard.js",
"scripts": {