-
Notifications
You must be signed in to change notification settings - Fork 553
/
.env.example
9 lines (9 loc) · 1.03 KB
/
.env.example
1
2
3
4
5
6
7
8
9
PREFIX=- # Put anything except @ (Ex: !, -, +, :, . etc.).
MODS=918101187835,923045204414 # Put any phone number without + , () and spaces.
MONGODB=mongodb+srv://...put your MongoDB URL # Put your own MongoDB url, we will not provide you any public MongoDB url for stability.
SESSION_ID=put any random string # Put any random value and keep it copied.
OPENAI_API=sk-...put your OpenAI API key # Put your own OpenAI API key.
TENOR_API_KEY=AIzaSyCyouca1_KKy4W_MG1xsPzuku5oa8W358c # Put your Tenor API key if you want.
PACKNAME=Atlas Bot # Put any sticker packname you want.
AUTHOR=by: Team Atlas # Put any author name you want.
PORT=10000 # Put any port you want (Recommended 10000 as it supports all platforms).