Skip to main content

How it works

  • When a user joins your server the welcome message will send with whatever message you would like to welcome the user with
For ease of creating welcome messages with kayo, kayo now has an automatic embed and container creator that can be found on kayos Embed and Container Creator

Commands

  1. To set a welcome message you can run the following command:
    ,welcome create #channel welcome to my server {user.mention}
    
  2. To view the configured welcome you can run:
    ,welcome test
    
  3. To remove the configured welcome message for the server, run the following:
    ,welcome remove
    
  4. To add a link button to your welcome container message run the following:
    ,welcome create #channel {container}$v{text: test}$v{button: label=link button; style=link; url=⁠your_link⁠}
    
    Add more {button: label=; style=link; url=} as needed
  5. To add a link button to your Embed Message run the following:
    ,welcome create #channel {embed}$v{description: test}$v{button: label=test; style=link; url=your_link}
    
    Add more {button: label=; style=link; url=} as needed
You can visit our variables page to help configure your desired attributes to your welcome messages