HellasAIO Guide
  • 👋Welcome to HellasAIO
  • Fundamentals
    • 🛠️Getting Set Up
      • 📝Setting Up Settings
      • 📝Setting Up Profiles
      • 📝Setting Up Accounts
      • 📝Setting Up Quicktasks
      • 📝Setting Up Tasks
    • Bot Instructions
  • Site Guides
    • The Athlete's Foot
    • Fuel
    • Buzz Sneakers
    • Slamdunk
    • Europe Sports
Powered by GitBook
On this page
  1. Fundamentals
  2. Getting Set Up

Setting Up Settings

To get started, put your whop key and discord webhook between the quotations on lines 2 and 3 respectively.

Settings Schema

settings.json
{
  "key": "",                    // Whop Key
  "discord_webhook": "",        // Discord Webhook URL (https://discord.com/api/webhooks/...)
  "allowPublicWebhook": true,   // Should your webhooks be sent publicly? 
  "captcha": {                  // Not being used at the moment.
    "2captcha": {
      "key": ""
    },
    "capmonster": {
      "key": ""
    }
  }
}
PreviousGetting Set UpNextSetting Up Profiles

Last updated 2 years ago

🛠️
📝