Overlord is an open-source Discord bot aimed at helping people start open-source coding. The bot is built using Python and Discord.py and offers various functionalities such as gifs, currency systems, TicTacToe , roasts, and other small functions.
The main purpose of this project is to provide a platform for people to learn, practice, and contribute to open-source projects. The project comes with clear documentation and step-by-step instructions to set up the bot on any device. Users can also learn about push, pull, and merge requests and how to use Git and GitHub for version control.
The project uses various APIs and modules to provide a better understanding of Python and Discord.py. It also follows the best practices for coding and maintaining open-source projects to ensure that the code is clean, structured, and maintainable.
Contributors are welcome to add new features, improve existing ones, and help maintain the project. This project is a great opportunity for beginners to learn and contribute to open-source coding.
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
Before you can use Overlord, you'll need to make sure that you have the following installed:
*Python 3.7 or higher *pip package manager *Git
Open GitHub Desktop and sign in to your GitHub account.
Click on "File" and select "Clone repository".
In the "Clone a repository" dialog box, select "URL" and paste the following URL:
https://github.com/SathishKumar5115/Discord_Py_Overlord
Choose a local path for the repository and click on "Clone".
Click on the Open in VSCode option
Open a new terminal
Install the required packages using pip:
pip install -r requirements.txt
Create a new Discord bot account and obtain its token. You can follow the instructions here to create a new bot account and obtain its token.
Add the bot to your Discord server. You can follow the instructions here to add your bot to your server.
Create a .env file in the root directory and add the following line, replacing DISCORD_TOKEN with your bot token:
DISCORD_TOKEN=your-bot-token-here
Run the bot using the following command:
python main.py
Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.
Join my Discord Server to test the bot before you download it for yourself! https://discord.com/invite/cZFzz9sQcs
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
Project Link: https://github.com/SathishKumar5115/Discord_Py_Overlord
Email : [email protected]