You can remove '.example' extension from '.env.example' file and use it as an '.env' file.
There is six variables in '.env' file:
- DISCORD_TOKEN is a token which is your Discord Bot Token
- DISCORD_SERVER is a Discord Server where bot works
- KICK_VOICE_CHANNEL is a Discord Voice Channel where server member will be kicked when they enter.
- MESSAGE_CHANNEL is a Discord Text Channel where kick message will be send when member kicked.
- KICK_MESSAGE is a message which is extra message to send when member kicked.
- KICK_PRIVATE_MESSAGE is a message which is extra message to send kicked member when member kicked.
- DAILY_MESSAGE_TIME is the time which is daily message send at.
- DAILY_MESSAGE_CHANNEL is a Discord Text Channel where daily message will be send at the time.
- DAILY_MESSAGE is a message which will send when member kicked.