Archived
Private
Public Access
1
0

Initial commit

This commit is contained in:
2022-09-04 12:23:26 +02:00
commit c7523c31a3
1063 changed files with 1448215 additions and 0 deletions

9
PrincepRPBot/update.sh Normal file
View File

@@ -0,0 +1,9 @@
docker stop discord-bot
docker image rm princep/discord-bot
git pull
docker build -t princep/discord-bot .
docker run -d --name discord-bot princep/discord-bot