invoices, order handling, db updates
This commit is contained in:
@@ -14,7 +14,11 @@ POSTGRES_URL = os.getenv(
|
||||
"postgresql+asyncpg://postgres:HEXDEVFUCKINGSUCKS!@localhost:5432/postgres",
|
||||
)
|
||||
|
||||
POST_TOKEN = os.getenv("POST_TOKEN", "")
|
||||
POST_AUTH_KEY = os.getenv("POST_AUTH_KEY", "")
|
||||
|
||||
### Constants ###
|
||||
|
||||
PAGE_SIZE = 4
|
||||
VERIFIED_ACCOUNTS = [1026030711]
|
||||
VERIFIED_ACCOUNTS = [1026030711, 8480400744]
|
||||
NOTIFICATION_CHANNEL = -1003849564110
|
||||
|
||||
Reference in New Issue
Block a user