aboutsummaryrefslogtreecommitdiff
path: root/discord/emoji.py
diff options
context:
space:
mode:
authorPandentia <[email protected]>2017-10-03 00:22:06 +0200
committerPandentia <[email protected]>2017-10-03 00:22:06 +0200
commitb22f7c76c513e7ef7b8e6bfae9d66c8aa20c3b8e (patch)
tree3bb86c14d20542c483d5e6043ef6bf0c7b76aa33 /discord/emoji.py
parentRemove reference to "whitelisted" bots for emoji endpoints (diff)
downloaddiscord.py-b22f7c76c513e7ef7b8e6bfae9d66c8aa20c3b8e.tar.xz
discord.py-b22f7c76c513e7ef7b8e6bfae9d66c8aa20c3b8e.zip
Further clarify how bots can interact with emoji endpoints
Clarifies that bot accounts can only interact with emoji they have created.
Diffstat (limited to 'discord/emoji.py')
-rw-r--r--discord/emoji.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/discord/emoji.py b/discord/emoji.py
index e2e7bf3a..869b4384 100644
--- a/discord/emoji.py
+++ b/discord/emoji.py
@@ -193,6 +193,8 @@ 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]
@@ -217,6 +219,8 @@ class Emoji(Hashable):
You must have :attr:`~Permissions.manage_emojis` permission to
do this.
+ Note that bot accounts can only edit custom emojis they own.
+
Parameters
-----------
name: str