mirror of
https://github.com/ION606/custom_discordjs.git
synced 2026-05-14 22:26:54 +00:00
Added message select menues (mentionable not available)
This commit is contained in:
@@ -2,5 +2,5 @@ export class DataManager {
|
||||
/** @type {import('./client/client.js').Client} */
|
||||
client;
|
||||
|
||||
constructor(c) { this.client = c; }
|
||||
constructor(c) { this.client = c; Object.defineProperty(this, 'client', { enumerable: false }); }
|
||||
}
|
||||
Reference in New Issue
Block a user