Lost

Variables in Lost Bot

Welcome to the documentation for the Lost Discord bot. Here you will find information about how to use variables effectively.

Welcome Variables

Here is how to setup welcome system:

                // Example of welcome message
                .welcome message test

                // Example of setting up the channel
                .welcome channel #test or with ID: 23232333232

                //Removing welcome system
                .welcom disable

                // welcome variables
                {user}, {user.name}, {user.mention}, {guild.name}, {guild.count}, {guild.id}
            

Leave variables

Here’s how you can setup leave system:

                // Example of leave message
                .leave message test

                // Example of setting up the channel
                .leave channel #test or with ID: 23232333232

                //Removing leave system
                .leave disable

                // leave variables
                {user}, {user.name}, {user.mention}, {guild.name}, {guild.count}, {guild.id}
            

Autorole

//

                //
            

Autoreact

//

                //
            

Conclusion

Understanding how our bot works make your experience better. Thanks for using Lost!