Skip to content

This is a general purpose Discord bot built with Nextcord. The bot is designed to be easily customizable and extendable...

License

Notifications You must be signed in to change notification settings

prajesh8484/pythonbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pythonbot

CodeFactor

This is a general purpose Discord bot built with Nextcord(A Python wrapper for the Discord API). The bot is designed to be easily customizable and extendable, with a modular architecture that allows for the addition of new features and commands.

How to setup

Starting the bot

launch your terminal or your Command Prompt

Before running the bot install all the requirements with this command :

python -m pip install -r requirements.txt

After that you can start it with

python main.py

Contributing

Contributions to the project are welcome! If you have a feature or improvement to suggest, simply open an issue or pull request.

License

This bot is released under the MIT License. See the LICENSE.md file for details.

Built With