Twentysix26 / x26-Cogs

General purpose cogs for Red V3
GNU General Public License v3.0
41 stars 29 forks source link

[Feature request] Sticker detection #22

Open JLyne opened 3 years ago

JLyne commented 3 years ago

Cog

Describe the feature you'd like to see Now that stickers are rolling out more widely, and no sign of the promised permission controlling them, it would be nice if messages with stickers could be detected by Warden. A condition like message-has-sticker would do. A glance at the discord.py documentation suggests it should be a simple check for whether a message's stickers list is empty, so hopefully feasible to add.

Thanks for reading

Twentysix26 commented 3 years ago

Blocked by https://github.com/Rapptz/discord.py/issues/7140