mirror of
https://github.com/ION606/custom_discordjs.git
synced 2026-05-14 22:26:54 +00:00
Completed Threads
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user