Compare commits
4 Commits
master
...
7c2e636621
Author | SHA1 | Date | |
---|---|---|---|
7c2e636621
|
|||
dffa29705f | |||
6ee5c227c6 | |||
57d4d1ce5c |
3
.vscode/settings.json
vendored
Normal file
3
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"python.analysis.typeCheckingMode": "basic"
|
||||||
|
}
|
@@ -4,6 +4,8 @@
|
|||||||
|
|
||||||
Simple yet helpful bot to check BWT Aqua's card balance
|
Simple yet helpful bot to check BWT Aqua's card balance
|
||||||
|
|
||||||
|
> ⚠️ Please note that this branch is made for testing only so it can sometimes work strange or do not work at all.
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
* Python 3.8+
|
* Python 3.8+
|
||||||
|
7
modules/app.py
Normal file
7
modules/app.py
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
#-*- coding: utf-8 -*-
|
||||||
|
|
||||||
|
from pyrogram.client import Client
|
||||||
|
from functions import jsonLoad
|
||||||
|
|
||||||
|
config = jsonLoad("config.json")
|
||||||
|
app = Client(config["bot_name"], api_id=config["api_id"], api_hash=config["api_hash"], bot_token=config["bot_token"])
|
Reference in New Issue
Block a user