aboutsummaryrefslogtreecommitdiff
path: root/discord/webhook.py
diff options
context:
space:
mode:
Diffstat (limited to 'discord/webhook.py')
-rw-r--r--discord/webhook.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/discord/webhook.py b/discord/webhook.py
index a68be12a..748fed7e 100644
--- a/discord/webhook.py
+++ b/discord/webhook.py
@@ -404,10 +404,6 @@ class _PartialWebhookState:
return BaseUser(state=self, data=data)
@property
- def is_bot(self):
- return True
-
- @property
def http(self):
if self.parent is not None:
return self.parent.http