Finished autocomplete & context menu interactions

Autocomplete & context menu interactions have been fully implemented in the Open Discord framework. They have not yet been implemented in the Open Ticket bot code though.
This commit is contained in:
DJj123dj
2025-06-24 08:43:57 +02:00
parent 8116d4d8dd
commit 6df3498cb5
7 changed files with 432 additions and 7 deletions
+4
View File
@@ -209,6 +209,10 @@ export const loadAllEvents = () => {
"afterDropdownRespondersLoaded",
"onModalResponderLoad",
"afterModalRespondersLoaded",
"onContextMenuResponderLoad",
"afterContextMenuRespondersLoaded",
"onAutocompleteResponderLoad",
"afterAutocompleteRespondersLoaded",
//plugin loading before finalizations
"onPluginBeforeFinalizationLoad",