We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cd /tmp git clone -b develop https://github.com/Fhany-Server/ifhany.git cd ifhany $VISUAL .env yarn dev
Put these values in your .env file:
.env
DATABASE_URL="mongodb://ifhany_db:27017/ifhany_db?directConnection=true&replicaSet=rs0" TOKEN = "<token>" CLIENT_ID = "<client_id>" GUILD_ID = "<development_guild_id>" LOCALE = "<locale>" TZ = "<tz>" DEVELOPER_ID="<dev_id>" BOT_INVITE = "<bot_invite>"