Added message select menues (mentionable not available)

This commit is contained in:
ION606
2023-04-16 19:50:45 -04:00
parent ed16d4aeca
commit 7996d6af7c
16 changed files with 313 additions and 51 deletions
+1 -1
View File
@@ -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 }); }
}