The official Sanic Framework Discord bot.
Report Bug
·
Request Feature
SanicBot is a bot designed to make it easy to reference documentation and Github pulls and issues.
Use !help for user commands.
To get a local copy up and running follow these simple steps.
First install pip, which contains all of the necessary packages.
- pip
sudo apt install python3-pip
- 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
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.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.