fix return type being RequestFailedError!void instead of RequestFailedError!Result(Types.Message) #2
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "MjutBut/discord.zig:bugfix"
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?
that's not how the API works
https://discord.com/developers/docs/resources/message#delete-message
It’s a CreateMessage (sendMessageWithFiles()) tho, no? I apologize if I’m being wrong here
I think my editor has removed a whitespace on line 2071 hence the confusion, the actual changes are on line 135
oh yeah my bad, thanks for the pull request