From 6100aceef24abfff0d32fcf5a6ff79c2102d046f Mon Sep 17 00:00:00 2001 From: anandre <38661761+anandre@users.noreply.github.com> Date: Wed, 19 Jun 2019 11:49:33 -0500 Subject: [PATCH] docs(RoleStore): update -> create in create method (#3349) Under `create`, change `update` -> `create` in the description --- src/stores/RoleStore.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stores/RoleStore.js b/src/stores/RoleStore.js index 6f97d2770308..db3e2c0be87f 100644 --- a/src/stores/RoleStore.js +++ b/src/stores/RoleStore.js @@ -76,7 +76,7 @@ class RoleStore extends DataStore { * Creates a new role in the guild with given information. * The position will silently reset to 1 if an invalid one is provided, or none. * @param {Object} [options] Options - * @param {RoleData} [options.data] The data to update the role with + * @param {RoleData} [options.data] The data to create the role with * @param {string} [options.reason] Reason for creating this role * @returns {Promise} * @example