SourceFactory
Main PageDiscord
  • SourceFactory
  • Discord
  • Discord Utilities
    • â„šī¸Info
    • âš™ī¸Main Configuration
      • Linking System
      • Custom Bot Status
      • Custom Variables
    • 🧩Modules
      • Report (Calladmin)
      • Server Status
      • Event Notifications
      • RCON
      • Chat Relay
      • Manage Roles and Permissions
      • Connected Players Role
      • ⭐Skin Changer
      • ⭐Automatic Store 🛒
      • ⭐Player Stats
      • ⭐Server Status Plus
      • ⭐Banlist
      • ⭐Commands Blocker
      • ⭐Leaderboard
    • 📝Admin Commands
    • 🔠Available Variables
    • 📑Tutorials
      • 🤖Setting Up a Discord BOT
      • â„šī¸Custom Embeds Format
      • â„šī¸Buttons Settings
  • Deathmatch
    • â„šī¸Info
    • âš™ī¸Configuration
      • Creating Custom Modes
      • Weapons Restrict
      • Deatmatch Cvars
    • 🧩Modules
      • Limited Zones
    • 📝Commands
    • 🎒Weapons Selection
  • CS2 PLUGINS
    • ❌Reserved Slots
    • đŸ’ŖBombsite Restrict
  • PAID CS2 PLUGINS
    • âŗAuto Team Balance
    • đŸšĢWeapons Manager & Restriction
    • DU Addon: Skin Changer
    • DU Addon: Automatic Store
    • DU Addon: Player Stats
    • DU Addon: Server Status Plus
    • DU Addon: Commands Blocker
    • DU Addon: Leaderboard
Powered by GitBook
On this page
  • Example Embed:
  1. Discord Utilities
  2. Tutorials

Custom Embeds Format

For features with an embed message, you can freely edit the embed properties.

If you do not want to use a particular property, leave the field blank.

Property
Description

Content

Message above embed

Title

Title of your embed message

Description

Description of your embed message

Fields

The maximum amount of fields is 25! The fields must be in this format: TITLE;MESSAGE;INLINE Each additional field must be separated by a | (Alt+124)

Thumbnail

Thumbnail URL of your embed message. (If the URL is wrong, the embed will not appear at all!)

Image

Image URL of your embed message. (If the URL is wrong, the embed will not appear at all!)

HEX Color

Colour of your embed message (Must be in HEX format!)

Footer

Footer of your embed message

Footer Timestamp

If the time and date will be in the footer of your embed message

Example Embed:

{
    "Content": "This is Content",
    "Title": "This is Title",
    "Description": "This is Description",
    "Fields": "Field1;Field1 Message;true|Field2;Field2 Message;true|Field3;Field3 Message;false",
    "Thumbnail": "https://i.imgur.com/Ge7TfNM.png",
    "Image": "https://i.imgur.com/P8SYw0H.png",
    "HEX Color": "#9966ff",
    "Footer": "This is Footer",
    "Footer Timestamp": true
}
PreviousSetting Up a Discord BOTNextButtons Settings

Last updated 1 year ago

📑
â„šī¸