Skip to content

Ruu3f/multipurpose-discord-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

multipurpose-discord-bot

A Discord bot with everything you need.

Support this repository:

  • Star the project: Star this project. It means a lot to me! 💕

Getting Started:

  1. Download the Source Code: Start by downloading the bot's source code.

  2. Install Dependencies: Open your terminal and run: pip install -r requirements.txt

  3. Application Setup:

    • Create a new application on the Discord Developer Portal.
    • In the app's settings, enable the message content and server members intents and copy the token.
  4. Add Your Bot Token: Paste the copied token in config.json:

  "token": "",
  1. Run the Bot: Open your terminal and run: python bot.py