POST /guild/{guild.id}/emojis has one-hour rate limits #3281
Replies: 7 comments 2 replies
-
I'm pretty sure the hour rate limit is actually shared between accounts, so your minion solution wouldn't be applicable. For my own web console/bulk upload commands, I've got my bot to explain the issue in full, including about how it can only upload 50 an hour and to try again in however long. Also, I have a bot which tries to automatically populate an entire server's worth of emotes in one go - would it be possible to change the limit from 50 to 100 given that brand-new servers can have 100 emotes uploaded? |
Beta Was this translation helpful? Give feedback.
-
Would you mind sharing your code for that? I'm just curious.
Or perhaps make the rate limit scale based on how many slots the guild has. |
Beta Was this translation helpful? Give feedback.
-
I'm trying to make basically the exact same bot, but I couldn't find how long the ratelimit is in the docs. Could it at least be shown there? |
Beta Was this translation helpful? Give feedback.
-
unrelated but If you just open the zip and select all images in the zip, you can upload all the images on the zip file to discord as an emoji |
Beta Was this translation helpful? Give feedback.
-
The limit is really very prohibitive for no reason and impacts my bot. Some suggestions/ideas if discord is seeing this:
or
or
|
Beta Was this translation helpful? Give feedback.
-
5 Years Later still same issue, uploading multiple emojis using the (upload button) fails on some emojis with the rate limit reason now I have to wait for 1 hour to upload more emojis. |
Beta Was this translation helpful? Give feedback.
-
Description
I would like to see the guild emoji rate limit special casing lifted, and replaced with something much closer to the rate limits that users receive. Maybe not quite as lax as the user rate limits, but 3600 seconds is unacceptable.
Why This is Needed
I have a bot which acts as an alternative frontend for the Server Settings → Emojis pane. It supports some features that the official client doesn't support, like copying emojis without downloading them first, and importantly, importing a zip file of images. It is this last command that's a problem for my users. The bot is only able to add a few emojis before getting rate limited for half an hour to an hour. This is frustrating for my users, and they often kick the bot and re-invite it to try and fix the issue, or believe it to be broken. The only proper solution is to wait it out, defeating the purpose of the bot and forcing them to use the emoji settings pane.
Alternatives Considered
I have enough alts as it is.Remarks
The docs state:
However, it's not clear what kind of abuse this is. Conceivably it's to disable "fake nitro" bots, in order to encourage people to buy Nitro instead, but all of the fake nitro bots I know of do one of two things:
So it seems that the only kinds of bots that these special-cased rate limits prevent, are ones like mine, which only let you manage your own guilds. The use case for this kind of bot is actually not that useful for someone who doesn't have Nitro. It's most useful for people who already have nitro and are using the bot to manage, for example, their own dedicated emote guild, or are trying to salvage all emotes from a guild on the brink of deletion. On the other hand, users of a "fake nitro" bot do not care what server the emojis came from, all they care about is that the bot is able to use emojis on their behalf, so the bot can pull any kinds of tricks it wants to circumvent this RL.
Beta Was this translation helpful? Give feedback.
All reactions