Skip to content
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.
/ ConchBot Public archive

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

License

Notifications You must be signed in to change notification settings

WhoIsConch/ConchBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ConchBot

ConchBot

Welcome to the Offical GitHub repository of Conchbot

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

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.

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