Skip to content

Latest commit

 

History

History
104 lines (69 loc) · 2.6 KB

README.md

File metadata and controls

104 lines (69 loc) · 2.6 KB

Logo

Deuterium

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

Contributors Issues License

Table Of Contents

About The Project

Screen Shot

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!

Built With

# 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

Getting Started

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.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

Installation

  1. Clone the repo
git clone https://github.com/asy-init/deuterium.git
  1. pip install -r requirements.txt

  2. Enter details in settings.py.example and rename them to settings.py and run py main.py

Contributing

Creating A Pull Request

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request