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:
@@ -209,6 +209,10 @@ export const loadAllEvents = () => {
|
||||
"afterDropdownRespondersLoaded",
|
||||
"onModalResponderLoad",
|
||||
"afterModalRespondersLoaded",
|
||||
"onContextMenuResponderLoad",
|
||||
"afterContextMenuRespondersLoaded",
|
||||
"onAutocompleteResponderLoad",
|
||||
"afterAutocompleteRespondersLoaded",
|
||||
|
||||
//plugin loading before finalizations
|
||||
"onPluginBeforeFinalizationLoad",
|
||||
|
||||
Reference in New Issue
Block a user