mirror of
https://github.com/ION606/custom_discordjs.git
synced 2026-05-14 22:26:54 +00:00
backup push before migration to BaseStruct
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
export class BaseStruct {
|
||||
/** @type {import('./client/client.js').Client} */
|
||||
client;
|
||||
|
||||
constructor(c) { this.client = c; }
|
||||
}
|
||||
Reference in New Issue
Block a user