initial commit for the discord verification bot checking ingame playtime
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
import mysql.connector
|
||||
|
||||
token = ""
|
||||
|
||||
def get_connection_playtime():
|
||||
return mysql.connector.connect(
|
||||
host="127.0.0.1",
|
||||
port=3306,
|
||||
user="unloze_playtimestats",
|
||||
password="")
|
||||
|
||||
def get_connection_xenforo():
|
||||
return mysql.connector.connect(
|
||||
host="127.0.0.1",
|
||||
port=3306,
|
||||
user="unloze_xenforo_external",
|
||||
password="")
|
||||
Reference in New Issue
Block a user