mirror of
https://github.com/ION606/custom_discordjs.git
synced 2026-05-14 22:26:54 +00:00
Added base modals and 'finished' menus
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import { Interaction } from "./interaction.js";
|
||||
|
||||
|
||||
export class Modal extends Interaction {
|
||||
constructor(intRaw, client) {
|
||||
super(intRaw, client);
|
||||
console.log(intRaw);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user