diff options
| author | MusicOnline <[email protected]> | 2018-10-05 16:49:05 +0800 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2018-10-11 02:36:46 -0400 |
| commit | fed01c5e1554d507b462ae50a12585b073f7ba72 (patch) | |
| tree | abea906d1b61760b2863d9d4efc58c041794176b | |
| parent | Remove "Is there any documentation for ext.commands?" FAQ (diff) | |
| download | discord.py-fed01c5e1554d507b462ae50a12585b073f7ba72.tar.xz discord.py-fed01c5e1554d507b462ae50a12585b073f7ba72.zip | |
Remove outdated note about bot accounts.
They can now delete all emoji
| -rw-r--r-- | discord/emoji.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/discord/emoji.py b/discord/emoji.py index facdaa93..46abcdcf 100644 --- a/discord/emoji.py +++ b/discord/emoji.py @@ -210,8 +210,6 @@ class Emoji(Hashable): You must have :attr:`~Permissions.manage_emojis` permission to do this. - Note that bot accounts can only delete custom emojis they own. - Parameters ----------- reason: Optional[str] |