Initial commit

This commit is contained in:
2022-01-23 18:19:32 +03:00
commit 8bbbcdedef
5 changed files with 86 additions and 0 deletions

5
connection.py.example Normal file
View File

@@ -0,0 +1,5 @@
HOST = "0.0.0.0"
PORT = 10011
SID = 315
USER = "rank_bot"
PASS = "password"