Skip to content

SidPatel151/ConchBot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ConchBot

Welcome to the Offical GitHub repository of Conchbot

The source code of the Discord bot ConchBot. The bot is entirely open source.

License

Also read liscense before doing. Please credit UnsoughtConch or Jerry.py if you want use this/self hosting

Not crediting us will get you a copyright strike

How to Self-Host

Follow the instructions to host your own ConchBot

  1. Create&Activate a/the venv

It is very simple to do this

# python -m venv [name of the venv: default - venv]

python -m venv venv

Activating a/the venv:

Windows (CMD):

# [name of venv]/Scripts/activate.bat

venv/Scripts/activate.bat

Windows (PowerShell):

# [name of venv]/Scripts/activate.bat

venv/Scripts/activate.ps1

Mac&Linux:

# source [name of venv]/bin/activate

source venv/bin/activate

  1. Install the required packages:

This is simple to do:

In your terminal, run this command

pip install -r requirements.txt
  1. Configure the bot

This is very simple since we set it up for you so this should be easy. Run the command in your terminal

python setup.py

Answer the questions with a valid response

  1. Run the bot

Running the bot is as simple as you think since we set up everything. By doing

python launcher.py

Contribute

Contributing is easy.

Steps:

  1. Create a fork

  2. Test your code out

  3. Create a PR (Pull Request)

We'll look into the the PR and we ethier approve or disapprove.

Support

You can reach out to us in a issue. By creating a issue.

If you need help with a big issue you can join our discord support server below and create a ticket so we can contact you.

ReadTheDocs (Docs)

There is no docs yet but we will be working it so stay tuned. We'll put a coming soon tag on it

About

The source code of my Discord bot, ConchBot, with rewritten code.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%