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.
Please note that server.js exists on the repository so that Instatus is able to get active status of the bot. It can be removed.
server.js
Clone the repository
git clone https://github.com/utgwiki/derik.git cd wikiguy
Install dependencies
npm install
Configure environment variables
.env.example
.env
cp .env.example .env
your_discord_token_here
Run the bot
npm start