Welcome DM System

  • 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

Last updated