Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 601 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 601 Bytes

EmberBot

Emberbot is a Discord bot written in python. Requires Python 3.4+ and Git 1.7+.

Installation

Windows

  1. Install git
  2. Install python 3
  3. Run git clone https://github.com/ajsnarr98/EmberBot in the place you want the folder to be
  4. Run bot.py

Linux

  1. Ensure you have git
  2. Ensure you have python 3.4 or greater
  3. Install libopus
    1. on debian-based systems for example: $ sudo apt install libopus-0
  4. Run git clone https://github.com/ajsnarr98/EmberBot in the place you want the folder to be
  5. Run bot.py (may need to use sudo depending on where it is installed)