EmoteCollector icon indicating copy to clipboard operation
EmoteCollector copied to clipboard

Collects emotes from other servers for use by people who don't have Nitro

Results 30 EmoteCollector issues
Sort by recently updated
recently updated
newest added

![815D9E21-97C5-4855-9057-7D36DBB04AB1](https://user-images.githubusercontent.com/64270289/111052492-bbd43a80-8420-11eb-9fe4-25670447e3dd.jpeg)

Recent commits removed support for adding emotes

- add a rules string to the bot's config - if configured, it would be displayed by ec/add when the user has not yet agreed to the rules. The user...

enhancement

## steps `ec/add abc http://invalid.hostname/example.jpg` ## expected behavior "DNS lookup for invalid.hostname fail." ## actual behavior Internal ClientConnectorError is thrown: ## traceback ``` ERROR:bot: File "/usr/local/lib/python3.8/site-packages/discord/ext/commands/core.py", line 79, in wrapped...

bug

extensions/db is riddled with race conditions

bug

Two emotes with the same name should never be added to the database. Use a dict of name → asyncio.Lock objects that prevents us from doing so.

bug

This is a one-frame gif: ![pensive_pansexual_pride_flag](https://user-images.githubusercontent.com/538336/66527565-44c7a380-eac2-11e9-900e-3b9b47e0e7e8.gif) Discord detects this, converts to a png, and uses one static slot in the guild. However, mime_type_for_image returns image/gif, so `animated` is set to...