From 15155495c72f7341cde0ecdc5d70db285e737454 Mon Sep 17 00:00:00 2001 From: Florian Brinker Date: Sat, 19 Mar 2022 23:31:00 +0100 Subject: [PATCH] Add userId info --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7bdeb11..a0e4e47 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,9 @@ This is a simple bot, tracking the mute state of members currently using the voi * Grab the state by fetching https://discordbot.f-brinker.de/voice-state/states/userId123.json * Replace userId123 with your Discord userId +### Where can I find my Discord userId? +See https://techswift.org/2020/04/22/how-to-find-your-user-id-on-discord/ + ## Host your own! You can host your own bot by building the project on your own or by using the pre-built image `fbrinker/discordbot-voice-state`.