PhasecoreX / PCXCogs

PhasecoreX's Cogs for Red-DiscordBot
GNU General Public License v3.0
56 stars 46 forks source link

[reactchannel] — Bot Emojis Support #150

Open lisbonjoker opened 1 month ago

lisbonjoker commented 1 month ago

Like the title says a way to support the new discord feature of Bot Emojis to use them for reactions.

PhasecoreX commented 1 month ago

The underlying discord.py library doesn't support it yet, and then once it does, Redbot will have to be updated to use that new version as well.

https://github.com/Rapptz/discord.py/pull/9891

Once all of that stuff has happened then I can look into adding that feature.