Add Protocol Urls #103
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "ProtocolUrls"
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?
Summary
Adds support for
discord://
urls.Checklist
For the last 6 protocol URLs, i think it would be better to add a new property for the relevant objects that returns the formatted url.
Also, aren't Enum names usually uppercase?
This should be updated to be
and the typehint should be updated as well.
I agree, but, well. Gnome.
https://discord.com/channels/514232441498763279/881248749849026590/899009786077659237
Ah okay. The typehint should still be updated though.
Now that I think about it, the typehint should probably be
Optional[Any]
because it gets casted tostr
, same ascontent
inabc.Messageable.send
.Shouldn't both be updated though? Changing the typehint, but not update docs sounds inconsistent? That is why I did not change typehint
Oh ok.
Gonna be honest, I don't understand typing stuff so much, so if you want you can create a suggestion for this.
Comment should be moved up, so you don't need the 3 lines for one definition
Resolved with
eadd424