[Feature Request] Make messages ephemeral except for certain channels #49
Labels
enhancement
New feature or request
priority:normal
Normal priority; should be worked on when possible
Overview
Make messages ephemeral (visible only to user who sent command) except for certain channels, like #meme-media-spam and #duckbot-testing.
Details
See discord.py's docs on message. Use the
channel
attribute in the message and determine if response should be ephemeral or not depending on if it's in the allowed channels in.env
.Why would this feature be useful?
So that the messages can show up for all users, but only for dedicated channels to avoid spam in other channels.
Additional Notes
No response
The text was updated successfully, but these errors were encountered: