Docs/Plugins

Post plugin

Schedule messages to be sent to a channel after a delay.

#Configuration

yaml
plugins:
  post:
    enabled: true
    overrides:
      - level: ">=50"
        config:
          can_create: true
          can_list: true
          can_delete: true

#Commands

CommandPermissionDescription
/post createcan_createSchedule a message with a delay in minutes
/post listcan_listList pending scheduled posts
/post deletecan_deleteCancel a scheduled post by ID

#Requirements

  • The bot needs Send Messages in the target channel.
  • Scheduled posts are checked periodically while the bot is running.
  • Delay is specified in minutes (minimum 1).