From 54288879e28cc63eefce33311ec393a4eed476c4 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Sun, 4 Apr 2021 10:09:25 -0400 Subject: Remove userbot functionality This has a lot of legacy and cruft so there may be some stuff I've missed but this first pass is enough to get a clear separation. --- discord/webhook.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'discord/webhook.py') diff --git a/discord/webhook.py b/discord/webhook.py index a68be12a..748fed7e 100644 --- a/discord/webhook.py +++ b/discord/webhook.py @@ -403,10 +403,6 @@ class _PartialWebhookState: def store_user(self, data): return BaseUser(state=self, data=data) - @property - def is_bot(self): - return True - @property def http(self): if self.parent is not None: -- cgit v1.2.3