From 35e8601b3a213f0d4f4b3bd55e21faadae06f4b0 Mon Sep 17 00:00:00 2001 From: DeJay Date: Tue, 13 Jun 2017 15:55:54 -0400 Subject: [PATCH] Replacing ticks (#1589) http://i.imgur.com/7Xbaawm.png --- src/structures/User.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/structures/User.js b/src/structures/User.js index 9faae8d88..0b85875a2 100644 --- a/src/structures/User.js +++ b/src/structures/User.js @@ -108,7 +108,7 @@ class User { * @param {Object} [options={}] Options for the avatar url * @param {string} [options.format='webp'] One of `webp`, `png`, `jpg`, `gif`. If no format is provided, * it will be `gif` for animated avatars or otherwise `webp` - * @param {number} [options.size=128] One of `128`, '256', `512`, `1024`, `2048` + * @param {number} [options.size=128] One of `128`, `256`, `512`, `1024`, `2048` * @returns {?string} */ avatarURL({ format, size } = {}) {