backup push before migration to BaseStruct

This commit is contained in:
ION606
2023-04-07 19:13:15 -04:00
parent 1a048a01db
commit e6b32cc115
15 changed files with 248 additions and 68 deletions
+4 -2
View File
@@ -4,8 +4,10 @@ import { message } from '../messages/message.js';
import { Channel } from '../guilds/Channel.js';
import {Embed} from '../messages/embed.js';
import Guild from '../guilds/Guild.js';
import { BaseStruct } from '../baseStruct.js';
class interactionOptions {
class interactionOptions extends BaseStruct {
/** @type {String} */
name;
@@ -25,7 +27,7 @@ class interactionOptions {
}
}
export class Interaction {
export class Interaction extends BaseStruct {
/** @type {author} */
user;