Skip to content

discord welcome bot for technical server , designed for a computer geek

Notifications You must be signed in to change notification settings

bogusdeck/Discord-welcome-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Discord Welcome Bot in Python

Discord Welcome Bot

If you like my work, consider buying me a coffee! ☕️



Welcome to the Discord Welcome Bot repository! This Python bot is designed to enhance your Discord server by providing a warm welcome to new members. The bot sends a personalized welcome message to users as they join your server, creating a friendly and inviting atmosphere.

Installation

  1. Clone the Repository:

    git clone https://github.com/your-username/discord-welcome-bot.git
  2. Install Dependencies:

    Navigate to the project directory and install the required dependencies:

    pip install -r requirements.txt
  3. Configure the Bot:

    Copy the config.example.json file and rename it to config.json. Open the config.json file and add your Discord bot token and set other configuration options as needed.

  4. Run the Bot:

    Run the bot script:

    python bot.py

    Ensure that your Discord bot is invited to your server and has the necessary permissions.

Configuration

Customize the bot's behavior by modifying the options in the config.json file. You can adjust the welcome message, specify the channel where the welcome message should be sent, and more.

{
  "token": "YOUR_DISCORD_BOT_TOKEN",
  "prefix": "!",
  "welcome_channel_id": "YOUR_WELCOME_CHANNEL_ID",
  "welcome_message": "Welcome to the server, {user_tag}! We're glad to have you here.",
  "enable_private_message": true
}

join our discord engineer community : </Hello world>

About

discord welcome bot for technical server , designed for a computer geek

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages