mirror of
https://github.com/ION606/custom_discordjs.git
synced 2026-05-14 22:26:54 +00:00
Last 2023 Spring RCOS push
This commit is contained in:
@@ -50,7 +50,8 @@ export function createInteraction(intRaw, client) {
|
||||
return createSelectMenu(intRaw, client);
|
||||
|
||||
case interactionTypes.ModalSubmit:
|
||||
return new Modal(intRaw, client);
|
||||
return console.log("MODALS NOT FULLY IMPLEMENTED!");
|
||||
// return new Modal(intRaw, client);
|
||||
|
||||
case interactionTypes.Ping:
|
||||
console.log("pong");
|
||||
|
||||
Reference in New Issue
Block a user