rdavydov / Twitch-Channel-Points-Miner-v2

A simple script that will watch a stream for you and earn the channel points.
GNU General Public License v3.0
1.1k stars 324 forks source link

Discord Embeds #497

Open SaiCode-DEV opened 2 months ago

SaiCode-DEV commented 2 months ago

Is your feature request related to a problem?

Discord Logs looks horrible

Proposed solution

Use discord Embeds to style Better

Format the discord embed like that: grafik

{
  "content": null,
  "embeds": [
    {
      "title": "myron is Online! 🥳",
      "description": "11.03k Channel Points",
      "color": 720640
    }
  ],
  "username": "Twitch Channel Points Miner",
  "avatar_url": "https://i.imgur.com/X9fEkhT.png",
  "attachments": []
}

Alternatives you've considered

No response

Additional context

No response