Welcome System - zander123p/Hoppou-Bot GitHub Wiki
Welcome System
What Is It?
The welcome system is a way for the bot to 'welcome' a new user to the server. This specific system is setup to welcome new users when they receive a specific role unless you enable the 'welcome on join' flag (done with a command).
How Do I Set It Up?
The welcome system requires a welcome message
, welcome channel
and welcome role
to be setup in order to function. Setting these up requires using the following commands: /welcome message
, /welcome channel
and /welcome role
/welcome messaage [Message]
The message to be sent in the welcome channel when a user is being welcomed. Can use '{{user}}' in place of the member that joined, '{{server}}' in place of the server name and '{{count}}' to add the number of people in the server with the respective ordinal indicator (st, nd, rd, th).
/welcome channel [Channel]
The channel to send the welcome message into. Can use '#channel name' for it.
/welcome role [Role]
Used to setup the role to indicate a new user joining. Can use '@roleName'.
How Do I Remove It?
Disabling the module will remove all settings applied to the welcome system.