EmoteCollector icon indicating copy to clipboard operation
EmoteCollector copied to clipboard

use a mutex while creating an emote

Open ioistired opened this issue 6 years ago • 0 comments

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.

ioistired avatar Oct 21 '19 15:10 ioistired