Sobol Knowledge Base
  • Overview and Getting Started
    • What is Sobol
    • Terminology
    • Logging In
  • Navigating Sobol
    • Home
      • Profile
      • Identities
      • Appearance
      • Connect Wallet
    • Instances
      • Search
      • Explorer
      • Organization Name
        • Adding a User
        • Importing Users by CSV
      • My Teams
      • Settings
        • Customizations
          • Custom Fields
          • Templates
        • Public View
        • Applications
      • My Profile
    • Create New Organization
    • Explore Public Organizations
    • Help
    • User Account
    • Breadcrumbs
    • Side Panel
  • Sobol Discord Bot
    • Install Sobol Bot
    • Provision Users
    • Map Teams and Roles
    • Link Existing Sobol Users
    • Scheduled Updates
    • Command Reference
  • Organizational Views
    • Explorer
      • Circle View
      • Table View
      • Node View
      • Map View
    • Profile
      • Team Profile
        • Overview
        • Members
        • Sub Teams
        • Roles
          • Adding and a New Role
          • Modifying/Editing Roles
          • Assigning Roles to Goals and Agreements
          • Removing/Deleting Roles
        • Treasury
          • Adding Safes
          • Safe Details
          • Transactions
            • Signing & Executing Transactions
        • Goals
          • Adding Goal Sections and Goals
          • Updating and Modifying Goals
          • Removing/Deleting Goals
        • Agreements
          • Creating and Editing Agreements
          • Signing and Un-Signing Agreements
          • Removing/Deleting Agreements
      • DAO Member Profile
  • Identities
    • Overview Of Identities
    • Add/Remove Identities
    • Share/Un-Share Identities
    • Identity Privacy
  • Customizations
    • Overview Of Customizations
    • Custom Fields
    • Templates
  • Troubleshooting
    • Treasury Troubleshooting
      • Getting an "Invalid Safe Address" Error
  • SAML
  • SCIM
Powered by GitBook
On this page
  1. Sobol Discord Bot

Scheduled Updates

PreviousLink Existing Sobol UsersNextCommand Reference

Last updated 2 years ago

Create real-time messaging into your discord to prompt your members to give updates!

This creates a scheduled update that will post a message at the specified frequency to prompt users to post their updates against the specified team.

The optional at_mention can be a @user or @role that will be mentioned in the update reminder message so they can be notified.

The optional channel allows you to specify the channel in which the update message will be posted, if it is excluded then it defaults to the channel in which you executed the update create slash command.

The frequency is defined using cron syntax, `minute` `hour` `day of the month (1-31)` `month (1-12)` `day of the week (0-6, Sun = 0, Sat = 6)

* is a wildcard that can take any possible value.

For more details, see

Examples:

The first day of each month at 12:00 UTC: `0 12 1 * *`

Every day at 12:00 EDT: `0 16 * * *`

Every Tuesday at 14:30 UTC: `30 14 * * 1`

Every weekday at 16:00 EDT: `0 20 * * 1-5`

/update list

This will DM you a list of each scheduled update. You can then click edit on any one you wish to make changes. After clicking the edit button, buttons will appear that will allow you to pause/resume the update, edit the frequency, and delete the update.

https://en.wikipedia.org/wiki/Cron