From 8b4def6f1f04abe1fb1cb56bdb1ee512d7610d69 Mon Sep 17 00:00:00 2001 From: Travis CI Date: Sat, 2 Sep 2017 12:59:33 +0000 Subject: [PATCH] Webpack build for branch master: 765b652e6afe12add30adbd2cbe82d9739d9b40c --- discord.master.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord.master.js b/discord.master.js index 514d85c0..e490d230 100644 --- a/discord.master.js +++ b/discord.master.js @@ -8489,7 +8489,7 @@ class User extends Base { * @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} */ displayAvatarURL(options) {