mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
docs(Util): methods removed on the base object (#5990)
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user