Iko's Docs
Invite IkoSupport Server
  • Iko's Help Docs
  • Fun Systems
    • Match Making System
    • Tic Tac Toe
    • Fetch Profile
  • Server Systems
    • Ticket System
    • Captcha Verify System
    • Moderation System
    • Delete on leave
  • Role Systems
    • Reaction Role System
    • Role Menu
    • Auto role assign
    • Role Multiple Assign
    • Role Ping System
  • Member Systems
    • Join Ping System
    • Welcome System
    • Leave System
    • Welcome DM System
  • Promotional Systems
    • Bump System
  • Message System
    • Gif System
    • Reaction Remove System
    • Embed System
    • Auto message delete
  • Channel Systems
    • Password Protect Channel
    • Sticky System
    • Sticky Role System
    • Auto Emoji Reaction
  • APIs
    • Welcome Image API
    • Leave Image API
  • Systems Removed
    • Spam prevention
    • Prevent Mass Messaging
    • Role Add/Remove
    • Role Broadcast
Powered by GitBook
On this page
  • Some notable features :
  • Commands :
  1. Member Systems

Welcome DM System

Last updated 2 years ago

  • What is welcome DM system?

Answer : This system can be used to send a message on user join to the server. You can include both a simple message and a fully customized embed.

Some notable features :

  • Send both a message and an embed

  • Change title , description , color and image of embed sent

Commands :

/welcome dm create : welcome message to be sent in user's DM

Necessary Arguments :

  • message : Welcome message

  • title : Title of welcome embed

  • desc : Description of welcome embed

  • color : Color of welcome embed (hex color with #)

  • image : Image URL of image for welcome embed

Variables :

This variables can be used for desc & message arguments

  • %user% : replaced with mention (@user) of user who joined

  • %user_name% : replaced with name of user who joined

  • %user_id% : replaced with ID of user who joined

  • %user_dis% : replaced with discriminator of user who joined

  • %user_avatar% : replaced with image URL of user's avatar

  • %user_created% : replaced with user's creation timestamp

  • %user_join% : replaced with timestamp when user who joined

  • %member_count% : replaced with number of members in your server

  • %cur_time% : replaced with current timestamp

  • %server_id% : replaced with server ID

  • %server_name% : replaced with server name

/welcome dm update : Set welcome message to be sent in user's DM

Necessary Arguments :

  • message : Welcome message

  • title : Title of welcome embed

  • desc : Description of welcome embed

  • color : Color of welcome embed (hex color with #)

  • image : Image URL of image for welcome embed

/welcome dm stop : Stop welcome private message system