LEDBrain / Community-Service

☺

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Auto-publisher

jxn-30 opened this issue Β· comments

commented

⚠️ Please verify that this feature request has NOT been suggested before.

  • I checked and didn't find similar feature request

🏷️ Feature Request Type

Other

πŸ”– Feature description

Having to publish announcements in announcement-channels is sometimes frustrating, especially when you forget to do so.
Also, having to manually publish messages that were sent automatically is easy to be forgotten.

This feature allows to (un-)select announcement-channels that should be published automatically

βœ”οΈ Solution

This feature allows to (un-)select announcement-channels that should be published automatically.

❓ Alternatives

No response

πŸ“ Additional Context

In the message event:

if (message.channel.type === 'news' && pconfig.<listOfChannelsToCrosspostFrom>.includes(message.channel.id)) message.crosspost()

should work according to some old code of @kdev

I just looked it up and it seems like the function still exists today .
Should be an easy one to implement

I will need to rewrite some of the commands\Settings.ts contents to make use of ChannelSelectMenus and RoleSelectMenus

πŸŽ‰ This issue has been resolved in version 1.5.0 πŸŽ‰

The release is available on GitHub release

Your semantic-release bot πŸ“¦πŸš€