Customizable and multifunctional rewritten Discord bot for YMY. Made with <3
- Clone the repository.
git clone https://github.com/yazilimcilarinmolayeri/bot-rw && cd bot-rw
- Install the bot-rw's dependencies.
pip3 install --user -r requirements.txt --upgrade
- Edit a config.yaml file.
cp config.yaml.sample config.yaml
- Run the bot.
python3 run.py
- Or setup the service file. Replace
user
with your custom username before.
mv bot-rw.service.example bot-rw.service
cp bot-rw.service /etc/systemd/system/
- And enable services and start.
systemctl daemon-reload
systemctl enable bot-rw.service
systemctl start bot-rw.service
This project is licensed under the GPL-3.0 - see the LICENSE file for details.