diff options
| author | Rapptz <[email protected]> | 2021-04-04 10:09:25 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2021-04-04 10:15:30 -0400 |
| commit | 54288879e28cc63eefce33311ec393a4eed476c4 (patch) | |
| tree | 5bada5e0d4f1c997773d7216d14b3338ac76f1fa /discord/webhook.py | |
| parent | Remove asyncio.Task subclass in preference to task names (diff) | |
| download | discord.py-54288879e28cc63eefce33311ec393a4eed476c4.tar.xz discord.py-54288879e28cc63eefce33311ec393a4eed476c4.zip | |
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.
Diffstat (limited to 'discord/webhook.py')
| -rw-r--r-- | discord/webhook.py | 4 |
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 |