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:
@@ -21,6 +21,7 @@ class interactionOptions {
|
||||
focused;
|
||||
|
||||
constructor(o) {
|
||||
console.log(o);
|
||||
for (const k in this) {
|
||||
if (o[k]) this[k] = o[k];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user