diff --git a/src/util/Util.js b/src/util/Util.js index 7a56595b7..125c3101f 100644 --- a/src/util/Util.js +++ b/src/util/Util.js @@ -8,7 +8,7 @@ const has = (o, k) => Object.prototype.hasOwnProperty.call(o, k); const isObject = d => typeof d === 'object' && d !== null; /** - * Contains various general-purpose utility methods. These functions are also available on the base `Discord` object. + * Contains various general-purpose utility methods. */ class Util { constructor() {