Fixing a problem with the return type of interaction_create
#1
Loading…
Reference in a new issue
No description provided.
Delete branch "migueldamota/Rustendo:fix/add-missing-await"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This is a problem because the types look the same but they aren't, they return different outcomes when we would run the function. You can read more about this here: https://users.rust-lang.org/t/error-distinct-uses-of-impl-trait-result-in-different-opaque-types/46862/2
interaction_create
event ba42e009f4Ah, thank you very much, I was struggling to find the error, which I made. (^^)/