mirror of
https://git.wateir.fr/ComputYourself/BotPortier.git
synced 2026-07-04 13:24:14 +00:00
No description
| .gitignore | ||
| botportier.service | ||
| main.py | ||
| README.md | ||
| requirements.txt | ||
BotPortier
Prerequisites
You need a token for a discord app, if you don't have one you can create one here
Deployement
# Install dependencies
sudo apt install python3-discord
# Clone the repository
git clone https://git.wateir.fr/ComputYoursefl/BotPortier && cd BotPortier
# Set the secret token
echo SUPER_SECRET_DISCORD_TOKEN > secret.txt
# Activate the service
sudo mv botportier.service /etc/systemd/system
sudo systemctl daemon-reload
sudo systemctl restart botportier.service
sudo systemctl status botportier.service