Skip to content

dionabazi/Discord-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Discord-Bot

Discord Bot Project 🤖

Welcome to the Discord Bot Project! This repository contains a simple yet powerful Discord bot built using Python and the discord.py library. The bot is designed to enhance your Discord server experience by providing various interactive features. Features 🌟

Responds to user commands
Customizable commands to suit your needs
Easy to set up and extend with additional functionalities

Prerequisites 📋

Before running the bot, ensure you have the following:

Python 3.8 or higher installed on your system.
A Discord account to create and manage your bot.

Getting Started 🚀

  1. Setting Up Your Discord Bot

To create your bot, follow these steps:

Visit the Discord Developer Portal.
Create a New Application:
    Click on "New Application" and give it a name.
Create a Bot User:
    Navigate to the "Bot" tab and click "Add Bot".
Copy the Bot Token:
    Under the "Token" section, click "Copy" to obtain your bot token. Keep this token secret!
Set Bot Permissions:
    Adjust the bot permissions as needed for your server.
  1. Install Dependencies 📦

To install the required dependencies, open your terminal and run:

pip install discord.py --break-system-packages

  1. Running the Bot 💻

After setting up your bot and installing the dependencies, place your bot token in the discord_bot.py script. Then run the script:

python3 discord_bot.py

Important Notes ⚠️

Ensure that your bot has the necessary permissions on your server to function correctly.
Never share your bot token publicly, as it can lead to unauthorized access to your bot.

Contribution 🤝

Feel free to fork the repository and submit pull requests with enhancements or new features! License 📄

This project is licensed under the MIT License.

bmc-button (2)

Thank you for your support! 💕

About

Simple python discord-bot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages