Set up your own bot - chicklightning/tcg-pocket-trading-bot GitHub Wiki

Here's instructions on how you can set up your own version of the bot from scratch. You'll want to read the introduction before you get started, especially if you've never done something like this before. Then you'll want to read:

  1. Cloning the repo and installing dependencies
  2. Creating your bot in the Discord Developer Portal
  3. Setting up your PostgreSQL database
  4. Setting up your project environment variables
  5. Running the bot locally

NOTE: This tutorial assumes you are working in Windows. The steps are similar for Mac or Linux but not quite the same.

If you know the basics of how to clone a GitHub repository and install the necessary dependencies (or you have Node.js/Postgres already installed on your computer), you can skip to step 2.