From b22f7c76c513e7ef7b8e6bfae9d66c8aa20c3b8e Mon Sep 17 00:00:00 2001 From: Pandentia Date: Tue, 3 Oct 2017 00:22:06 +0200 Subject: Further clarify how bots can interact with emoji endpoints Clarifies that bot accounts can only interact with emoji they have created. --- discord/guild.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'discord/guild.py') diff --git a/discord/guild.py b/discord/guild.py index 1db1d39b..0ad15cf4 100644 --- a/discord/guild.py +++ b/discord/guild.py @@ -971,6 +971,8 @@ class Guild(Hashable): There is currently a limit of 50 local emotes per guild. + Note that bot accounts can only edit and delete emojis they have created. + Parameters ----------- name: str -- cgit v1.2.3