Last 2023 Spring RCOS push

This commit is contained in:
ION606
2023-04-25 17:34:01 -04:00
parent 04af684e13
commit 75f263f88c
6 changed files with 125 additions and 4 deletions
+2 -1
View File
@@ -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");