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