a discord bot written in python with future plans for integration with a custom chat bot & much more related to data.
Explore the docs »
View Demo
.
Report Bug
.
Request Feature
The source code for my discord bot. Why? because I can clone it on any machine regardless of where I am with no password. Can i contribute? sure !
Planned features
-
Moderation and basic commands
-
Spam filter that uses ml
-
make a chat bot that talks
You may use the source code however you like. You do not need to give credit . You are free to do whatever you desire!
Enjoy!
# project requirements
py-cord==1.7.3
rich==11.0.0
uvloop==0.16.0 ​
# dev requirements ( mostly optional )
isort==5.10.1
black==21.12b0
pylint==2.12.2
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.
This is an example of how to list things you need to use the software and how to install them.
- Clone the repo
git clone https://github.com/asy-init/deuterium.git
-
pip install -r requirements.txt
-
Enter details in settings.py.example and rename them to settings.py and run py main.py
- 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