Created by Eleeter
A simple Python Discord bot template that can:
- π Welcome new members automatically
- π¬ Respond to custom messages
- π΄ Show bot status (DND/red dot)
- β‘ Be easily customized for any server
Python Version Required: 3.13.11 β
- Custom responses: Edit
responses.jsonto add your own triggers and replies - Welcome messages: Greet new members in a specific channel automatically
- Bot status: Set the bot status (red DND dot) and optional activity text
-
Edit Configuration
Openmain.pyand update these fields:WELCOME_CHANNEL_IDβ Your channel IDCUSTOM_SERVER_NAMEβ Your server name
-
Edit Responses
Openresponses.jsonand add your messages:{user}β mentions the user{server}β shows the server name
-
Set Bot Token
Save your bot token as an environment variableTOKEN -
Run the Bot
python main.py