yugiohtoken accepts images

This commit is contained in:
Dragon Fire
2020-06-14 23:53:47 -04:00
parent 3b57513a81
commit 5dcd367a56
3 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ module.exports = class YuGiOhGenCommand extends Command {
key: 'image',
prompt: 'What image would you like to edit?',
type: 'image',
default: msg => msg.author.displayAvatarURL({ format: 'png', size: 256 })
default: msg => msg.author.displayAvatarURL({ format: 'png', size: 1024 })
}
]
});