Legal · Discord apps

Nefarious Widget

Voice-chat counter for streams. A small Discord bot sits in one configured voice channel, counts how many members are connected right now, and exposes that number as JSON so an HTML overlay can show “in voice right now” on a stream or site. It does not read chat, welcome members, or list who is online.

Application ID is not published in the widget source. Watched voice channel

Tutorial · one example

How the overlay works

Operated by Nefarious Digital. Not financial advice.

  1. There is no member source message. The bot watches one voice channel.
  2. It counts occupants in memory and serves that number as JSON for a stream overlay.
  3. Voice States is a standard intent. Do not request Message Content, Server Members, or Presence.

Standalone HTML mockup: /legal/nefarious-widget/tutorial.html