Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
JerryCoder
/
kuttuxd
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
JerryCoder
commited on
Oct 9, 2025
Commit
aa82f91
·
verified
·
1 Parent(s):
c43b3f4
Update config.py
Browse files
Files changed (1)
hide
show
config.py
+4
-0
config.py
CHANGED
Viewed
@@ -0,0 +1,4 @@
1
+
BOT_TOKEN = "YOUR_TELEGRAM_BOT_TOKEN"
2
+
ADMIN_ID = 123456789
3
+
MONGO_URI = "mongodb+srv://user:pass@cluster.mongodb.net/"
4
+
DB_NAME = "botdb"