Setting Up Custom Messages
admin
Sometimes, you want to welcome a new member to your discord server or change what Dazai says when you level up. You can do these with Message Events. To start off, there are currently 4 implemented events:
Join Message (
join)DM Message on Join (
joinDM)Leave Message (
leave)Levelup message (
levelup)
With 5 custom variables
{USERNAME} The user's username
{MENTION} Pinging the user
{ID} The ID of the User
{OLDLVL} The level the user just passed (Only for Levelup Message)
{NEWLVL} The level the user just got to (Only for Levelup Message)To set the messages, you just need to do :
daz settings messageeventThis will enter the MessageEvent setup and guide you through setting up message events!


Last updated
Was this helpful?