Completed Threads

This commit is contained in:
ION606
2023-04-07 20:35:03 -04:00
parent b6d35c8e55
commit f33762036a
12 changed files with 93 additions and 38 deletions
+4
View File
@@ -0,0 +1,4 @@
export class Button {
}
+2 -2
View File
@@ -4,7 +4,7 @@ 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';
import { DataManager } from '../DataManager.js';
class interactionOptions {
@@ -27,7 +27,7 @@ class interactionOptions {
}
}
export class Interaction extends BaseStruct {
export class Interaction extends DataManager {
/** @type {author} */
user;