1. ❄️ DAY 1 - INTRO TO JAVASCRIPT ❄️
    1. 💻 Setup
    2. 🎯 JS Fundamentals
      1. Hello World!
      2. Variables
    3. 🎨 Data Types
      1. Strings
      2. Numbers
      3. Booleans
      4. Typeof
    4. 📐 Logic & Arithmetic Operators
      1. Arithmetic
      2. Assignment
      3. Comparison
      4. Logical
    5. 🎲 Conditionals
      1. If, Else If, Else
      2. Switches
    6. 🔁 For Loops
      1. While
      2. For
      3. For...in
      4. For...of
    7. 📜 Functions
    8. 🌐 APIs
      1. Thunder Client
      2. Async
      3. Fetch
  2. ☃️ DAY 2 - DISCORD JS BOTS ☃️
    1. Day 2 File
    2. Setting up your Discord account
    3. Setting up your first Discord bot
    4. What is the Discord API?
    5. Message Formatting
    6. Events and Listeners
    7. Slash Commands
  3. 🧣 DAY 3 - AI WRAPPER BOTS 🧣
    1. 📲 API Call Recap
      1. Calling the API
      2. Handling the Error
      3. Running the Program
    2. 🤖 Add AI to Your Bots
      1. Create AI Slash Command
      2. Calling AI API
      3. Using The Response From AI
      4. Handle The Error
      5. Customise Your AI
    3. 🧠 Challenge: Adding Memory to your AI
      1. Creating a file
      2. Writing to the file
      3. Reading from a file