mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-10-21 16:03:10 +00:00
Remove reference to "whitelisted" bots for emoji endpoints
Due to a recent change in the Discord API, bots can now create guild-specific emoji, so I've removed the parts of the documentation referencing this restriction.
This commit is contained in:
@@ -969,11 +969,6 @@ class Guild(Hashable):
|
||||
|
||||
Creates a custom :class:`Emoji` for the guild.
|
||||
|
||||
This endpoint is only allowed for user bots or white listed
|
||||
bots. If this is done by a user bot then this is a local
|
||||
emoji that can only be used inside the guild. If done by
|
||||
a whitelisted bot, then this emoji is "global".
|
||||
|
||||
There is currently a limit of 50 local emotes per guild.
|
||||
|
||||
Parameters
|
||||
|
Reference in New Issue
Block a user