Can a parse be async?
And would it be 'override async' or 'async override'?
Solution:Jump to solution
shorter answer: https://github.com/favware/dragonite/blob/main/src/interaction-handlers/autocomplete/abilityAutocomplete.ts#L13
short answer: yes...
GitHub
dragonite/abilityAutocomplete.ts at main · favware/dragonite
A Pokémon information Discord bot built around Discord Interactions - dragonite/abilityAutocomplete.ts at main · favware/dragonite
11 Replies
GitHub
Require either
async override
or override async
(don't allow bo...Bug Report 🔎 Search Terms class async override 🕗 Version & Regression Information This changed between versions 4.2.0 and nightly ⏯ Playground Link Playground link with relevant code 💻 Code...
Isn't sapphire related though
i cannot conclude what you mean from "can a parse be async"
I know this
I mean is sapphire compatible with an async override and the override have to be readonly async?
This have no parse function?
idk what's a parse function is, didn't use v3 till now 😅
Sapphire Framework
What are they? | Sapphire
These are interaction handlers! A simple class you can extend to handle almost all the interactions you may receive in
If you mean this parse then yeah it can be asynchronous
Seems like inspired by rust
Solution
shorter answer: https://github.com/favware/dragonite/blob/main/src/interaction-handlers/autocomplete/abilityAutocomplete.ts#L13
short answer: yes
GitHub
dragonite/abilityAutocomplete.ts at main · favware/dragonite
A Pokémon information Discord bot built around Discord Interactions - dragonite/abilityAutocomplete.ts at main · favware/dragonite
Thank you
shorter and short should be swapped here.