mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 15:07:42 +02:00
Fix Lint
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@ class ImageArgumentType extends ArgumentType {
|
||||
return true;
|
||||
}
|
||||
|
||||
parse(value, msg, arg) {
|
||||
parse(value, msg) {
|
||||
if (!msg.attachments.size) {
|
||||
return this.client.registry.types.get('user').parse(value, msg).displayAvatarURL({
|
||||
format: 'png',
|
||||
|
||||
Reference in New Issue
Block a user