mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-09 01:04:16 +02:00
Default functions
This commit is contained in:
@@ -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
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user