Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 985 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 985 Bytes

Sooch Rewrite

Info

  • Language: Python
  • Dependencies: setuptools

Installation

  1. Install setuptools using pip install --upgrade setuptools.
  2. Run python3 setup.py develop to fetch other dependencies.
  3. Run python3 sooch/sooch_bot.py to launch the bot.

Project Structure

  • sooch/ is the root folder of the bot where most code resides.
  • sooch/commands/ is the folder where implementation of commands reside.
  • resources/embeds/ is the folder where pre-written embeds reside.

Contributing

  • To contribute, fork this project and open a pull-request.
  • PEP8 format is encouraged - most importantly, variable_name, function_name and ClassName.

Resources