- Rename
.env.example
to.env
and fill in the required details in.env
file andconfig.js
(Mandatory).
MODS=918101187835,923045204414
MONGODB=mongodb+srv://fantox:xrto71r@cluster0.dnlowts.mongodb.net/?retryWrites=true&w=majority
SESSION_ID= anyrandomstring
PREFIX=-
TENOR_API_KEY=AIzaSyCyouca1_KKy4W_MG1xsPzuku5oa8W358c
PACKNAME=Atlas MD
AUTHOR=FantoX
- Mods are the people who can use
mod
commands like:ban
,unban
,mute
,unmute
,add
,remove
etc. - In other works they are Maintainers of the bot.
- You can add multiple mods by separating their numbers with
,
like:918101187835,923045204414
etc. where91
is country code and8101187835
is phone number. ( Do not use international format like:+91 8101187835
or+918101187835
etc. And also do not use0
before country code like:0918101187835
etc.)
mongodb+srv://fantox001:zjmbvgwr52@cluster0.qh05pl9.mongodb.net/?retryWrites=true&w=majority
- Public database is to store user levels, banning, bot mode and other important data.
AIzaSyCyouca1_KKy4W_MG1xsPzuku5oa8W358c
- You can use any random string as
SESSION_ID
value like:abcd123
oraa
etc. - You can also use your name as
SESSION_ID
value like:FantoX
orFantoX001
etc. - Node: You must change
SESSION_ID
value if you want tologin again
withnew qr
code.
- You can use any prefix you want like:
#
or!
or.
etc. - Don't use
@
as prefix as it will cause issues.