diff --git a/disco/types/channel.py b/disco/types/channel.py index b446663..fdc2489 100644 --- a/disco/types/channel.py +++ b/disco/types/channel.py @@ -83,7 +83,7 @@ class PermissionOverwrite(ChannelSubType): self.id, self.allow.value or 0, self.deny.value or 0, - self.type.name, + self.type, **kwargs) return self