Skip to content

sanic-org/discord-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


SanicBot

The official Sanic Framework Discord bot.
Report Bug · Request Feature

Table of Contents

About The Project

SanicBot is a bot designed to make it easy to reference documentation and Github pulls and issues.

Use !help for user commands.

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

First install pip, which contains all of the necessary packages.

  • pip
sudo apt install python3-pip

Installation

  • Clone the repo
git clone https://github.com/sanic-org/discord-bot
  • Install Pip Packages
pip3 install -r requirements.txt
  • Create a sanic.ini file in the project directory. Make sure Python's working directory is the project directory. Below is an example of its contents:
[SANIC]
token=IOHhohohpgiJI.POUOUguGYIGUPGIGUIPgyio.iugYGGIUYUIGPOIHPH

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  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

License

Distributed under the MIT License. See LICENSE for more information.