Skip to content

Setup Derik

whostacking edited this page Apr 1, 2026 · 1 revision

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.

  1. Clone the repository

    git clone https://github.com/utgwiki/derik.git
    cd wikiguy
  2. Install dependencies

    npm install
  3. Configure environment variables

    • Copy .env.example to .env:
      cp .env.example .env
    • Open .env and replace your_discord_token_here with your actual Discord Bot Token.
  4. Run the bot

    npm start

Clone this wiki locally