mikolajkalwa / GamesDeals

MIT License
48 stars 9 forks source link

[Suggestion] Ability for the bot to automatically Publish messages in Announcement channels #20

Closed Kriper1111 closed 2 years ago

Kriper1111 commented 3 years ago

Since a webhook can't do that by itself, it needs someone to press the button. Or crosspost it via the API. A hacky solution would be to listen to the target channel and crosspost whatever message the webhook posted, since the actual webhook trigger is on a separate resource.

Could be a nice thing so we won't have to click the "Publish" button every time the bot posts something.

mikolajkalwa commented 3 years ago

I think this shouldn't be part of Games Deals Bot itself. In the support server we use separate bot (Games Deals Publisher) which does the "Publish" thing. I can make a repository with it if it's useful for you, but you would have to host (run) that bot by yourself.