Init commit

This commit is contained in:
Sweetbread
2023-05-03 19:53:01 +03:00
commit 12c87b99d3
45 changed files with 3890 additions and 0 deletions
Executable
+13
View File
@@ -0,0 +1,13 @@
{
apps:
[{
name: "Koteika",
script: "bot.py",
exec_mode: "fork",
instances: "1",
wait_ready: true,
autorestart: false,
max_restarts: 5,
interpreter : "python3"
}]
}