Add better support for mentionable #74
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "mentionable"
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
Previously, slash command's simply converted
discord.Object
into mentionable (type 9) but that wasn't entirely correct, as discord treats mentionable asUnion[discord.Member, discord.Role]
, so, I did a small change to correct this.Checklist
comparing
origin is Union
is unnecessary