Replies: 6 comments
-
Such option, among with many more customization were being considered. The goal of the bot is to feature no commands or any kind of a database to maintain a simplistic approach. Maybe in the future I will consider implementing commands and more complex customization features, however it will take me quite some time to implement that and special customization commands would likely be a premium version feature. |
Beta Was this translation helpful? Give feedback.
-
Maybe something like |
Beta Was this translation helpful? Give feedback.
-
I don't think any bot can edit other user's messages. Your approach would require compatibility from both sides. I'll definitely try to make some kind of selective publishing in the future and support customization using RegEx etc. I'm currently in the process of reworking the bot to Eris library as it's more suitable for large scale, as the bot is growing much quicker than I expected. |
Beta Was this translation helpful? Give feedback.
-
I think they meant that the user's message would contain a certain keyword which would cause the bot to not publish that message. And then the user can edit their message to remove that keyword if they wanted to, and the bot would still not publish it (so it only checks the message when it's first sent). Example 1: What the bot does: Example 2: What the bot dies: I would also like something similar except a user filter on top of a channel filter. Example: |
Beta Was this translation helpful? Give feedback.
-
@srnyx thank you for your input. Something similar to what you suggested has actually been on my list for quite a while now, however I have found very little time to focus on the bot (especially since I make basically nothing from it, so I have to prioritize other projects). At the end, my lack of time has ultimately come out as a good thing since quite a few things changed regarding Discord API in the meanwhile, including new features (such as interactions) which could definitely be implemented for such a purpose. That being said, I aim to do some revamps to the bot in the future with new features, especially now since the bot is on nearly 5.000 servers. |
Beta Was this translation helpful? Give feedback.
-
I think if there isnt an @everyone or @silent there is an option not to publish or an option to publish only webhooks/bots |
Beta Was this translation helpful? Give feedback.
-
Add a filter option where the user can filter out messages to be automatically published using keywords (and maybe regex if possible?) for a more customizable approach.
Beta Was this translation helpful? Give feedback.
All reactions