export postgres database connection url to your env
export DATABASE_URL=postgres://{user}:{password}@{hostname}:{port}/{database-name}
export DISCORD_TOKEN="discord bot token"
after the server creation, make verify channel,create verified and unverified role replace the variables in the const.py file
GUILDS = ("you server id".)
VERIFICATION_ROOM_ID = ...
VERIFIED_ROLE_ID = ...
UNVERIFIED_ROLE_ID = ...
