Argus WordPress Plugin
Support RequestDevelopment Direction Poll
Version 6.4.0
Version 6.4.0
  • About Plugin
  • Vote for Next Update
  • Installation Guide
    • Plugin Installation
    • Plugin Activation
    • Components
    • Translations
    • Discord
      • Discord Server Setup
      • Plugin Authentication
    • Twitch
      • Twitch API Setup
      • Plugin Authentication
  • Update Guide
    • Update from 5.x to 6.x
    • Replacing Default WP Widgets
    • Shortcode Name Changes
    • Custom Code Compatibility
    • Updates from WP Dashboard
  • Dashboard Widgets
    • Connections Status
  • General Functions
    • Discord
      • Publication Announcements
      • Woocommerce Order Announcement
      • Account Pages
      • Replacing Avatars and Profile Cover
      • Authorization in Comments
      • Authorization in Login Forms
      • Authorization Filters
      • Redirects
      • Roles Synchronization
      • Data Update from Discord Server
      • Manually Attaching Discord Profile
      • How to Find Discord IDs
    • Steam
      • Authorization in Comments
      • Authorization in Login Forms
      • Redirects
      • Manually Attaching Steam Profile
      • How to Find Steam IDs
    • Twitch
      • Authorization in Comments
      • Authorization in Login Forms
      • Data Update from Twitch Server
      • Manually Attaching Twitch Profile
      • How to Find Twitch Usernames
      • Streaming Overlay
  • Gutenberg Blocks
    • How to Find Blocks
    • Discord
      • Chat Messages Block
      • Scheduled Events Block
      • Default Discord Widget as Block
      • Members Count Block
      • Invite Banner Block
      • Invite Link Block
      • Sharing Button Block
      • Authorization Button Block
      • Connect Profile Button Block
      • Synchronize Profile Button Block
    • Steam
      • Authorization Button Block
    • Twitch
      • Authorization Button Block
      • Connect Profile Button Block
      • Schedule Block
      • Stream Countdown Block
      • Live Status Block
      • Chat Block
      • Current Stream Block
  • WordPress Shortcodes
    • Discord
      • Chat Shortcode
      • Scheduled Events Shortcode
      • Invite Banner Shortcode
      • Default Discord Widget as Shortcode
      • Members Count Shortcode
      • Discord ID Shortcode
      • Username Shortcode
      • Invite Link Shortcode
      • Authorization Button Shortcode
      • Connect Profile Button Shortcode
      • Synchronize Profile Button Shortcode
    • Steam
      • Authorization Button Shortcode
    • Twitch
      • Authorization Button Shortcode
      • Copy of Authorization Button Shortcode
      • Schedule Shortcode
      • Stream Countdown Shortcode
      • Live Status Shortcode
      • Followers Count Shortcode
      • Chat Shortcode
      • Current Stream Shortcode
  • Elementor Widgets
    • How to Find Widgets
    • Discord
      • Chat Messages Widget
      • Scheduled Events widget
      • Default Discord Widget
      • Members Count Widget
      • Invite Banner Widget
      • Invite Link Widget
      • Sharing Button Widget
      • Authorization Button Widget
      • Connect Profile Button Widget
      • Synchronize Profile Button Widget
    • Steam
      • Authorization Button Widget
    • Twitch
      • Authorization Button Widget
      • Connect Profile Button Widget
      • Schedule Widget
      • Stream Countdown Widget
      • Live Status Widget
      • Chat Widget
      • Current Stream Widget
Powered by GitBook
On this page

Was this helpful?

  1. General Functions
  2. Discord

Data Update from Discord Server

All data the plugin uses are not downloaded from the Discord server whenever a visitor opens a website. Data is updated in the background at different intervals, and copies of downloaded data are stored in website memory.

In the WordPress admin panel, go to Settings --> Discord and open the Synchronization tab. You can update each data type separately by clicking the Update button next to the scheduled intervals. The Update All Data button allows you to update all data from the Discord server.

Data
Update Intervals

Bot admin profile data

weekly

Application and bot data

weekly

Guild data

weekly

Members data

daily

Roles data

weekly

Synchronization of all roles of all users

once in 4 days

Individual user roles synchronization

individually for each user

Channels data

daily

Invites data

never

Messages data

hourly

Pinned messages data

twice daily

Invites for channels are not updating automatically. When you use them in the widget, block, or shortcode, they are created on-demand.

If you go to the API Logs tab, you will find a log of events during communication with Discord servers. There are different types of events.

  • Information - Useful information related to the operation of the system;

  • Warning - Significant events indicate an error, but the behavior is either expected or not critical;

  • Error - Log entries that indicate a system error that may be critical;

  • Fatal Error - Any error that is forcing a shutdown of the service or application.

Messages older than one week or if there are more than 200 messages are removed automatically. You do not need to bother with logs cleaning, but also you must be aware that you will not be able to see old events.

Was this helpful?