Default functions

This commit is contained in:
Daniel Odendahl Jr
2017-11-28 17:19:26 +00:00
parent 1bc579cbb4
commit 6d26e47105
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ module.exports = class YearsCommand extends Command {
key: 'user',
prompt: 'Which user would you like to edit the avatar of?',
type: 'user',
default: ''
default: msg => msg.author
}
]
});
+1 -1
View File
@@ -35,7 +35,7 @@
"common-tags": "^1.5.1",
"custom-translate": "^2.1.1",
"discord.js": "github:hydrabolt/discord.js",
"discord.js-commando": "github:gawdl3y/discord.js-commando",
"discord.js-commando": "github:dragonfire535/discord.js-commando#default-functions",
"erlpack": "github:discordapp/erlpack",
"node-opus": "^0.2.7",
"snekfetch": "^3.5.8",