4 Commits
Author SHA1 Message Date
DevilXDandDanny c6539bbc61 Reaction's emoji can be a partial one too 2019-09-19 21:24:47 -04:00
DevilXDandRapptz 0dcbdda974 Fixed a typo in GuildChannel.overwrites docstring 2019-04-29 23:34:18 -04:00
DevilXDandRapptz b8e45afe9a Fixed TextChannel edit method missing slowmode unit 2019-04-29 23:34:17 -04:00
DevilXDandRapptz 9d92939fbe Added support for comparing PermissionOverwrites
When trying to check if a specific permission overwrite is already set on a channel, it can be done by fetching the already existing overwrite and comparing it with a one you want to set. Comparing them directly wasn't possible before, and this small change allows for that.
Could be expanded for other comparison operators, not sure how it would work though.
2019-01-28 22:22:54 -05:00