-
Notifications
You must be signed in to change notification settings - Fork 10
Setup guide: Welcome messages
Ryan edited this page Jul 10, 2018
·
1 revision
You can use ModCore to add welcome messages to your server! You can enable this feature with config welcome enable/disable
.
To set the channel you want to send welcome messages in, use config welcome setchannel [channel]
.
To set the welcome message, you can use config welcome set [message]
. Welcome messages support a bunch of tags that get replaced with their actual values. Here's a list of supported tags:
-
{{username}}
: New member's username -
{{discriminator}}
: New member's discriminator -
{{mention}}
: Mentions new member -
{{userid}}
: New member's user ID -
{{guildname}}
: Your server's name -
{{channelname}}
: The current channel's name -
{{membercount}}
: Current amount of members in your server (including the new member) -
{{prefix}}
: Current prefix used by ModCore in this server -
{{owner-username}}
: Server owner's username -
{{owner-discriminator}}
: Server owner's discriminator -
{{guild-icon-url}}
: URL to your server's icon -
{{channel-count}}
: Amount of channels your server has -
{{role-count}}
: Amount of roles your server has
Special tags:
-
{{attach:url}}
: Attaches an image to your welcome message. Replaceurl
with an image url -
{{embed-title:title}}
: Sets embed title whenisembed
is set -
{{isembed}}
: Turns welcome message into an embed
Questions are welcome at my Discord server in #ModCore
Inconsistensies between the guides and the bot? Please report them there too.