discord-vc-notification
discord-vc-notification copied to clipboard
Bot isn't working
Hey there, I understand the bot may be overwhelmed and you may not be managing it anymore, but is there a way to set this up on my own PC to monitor my discord channel? I'd like for it to be running at all times for our groups.
Hi, sorry for the outage. This bot is used by an unexpected number of users and it may be not working well for some users.
The easiest way to run it locally is to use the docker image:
docker run -e DISCORD_BOT_TOKEN=xxx docker.io/fumieval/discord-vc-notification:0.4.2
I ran this command and got an error: docker: invalid reference format: repository name must be lowercase.
Can you try this? I realised that there was a typo
docker run -e DISCORD_BOT_TOKEN=xxx docker.io/fumieval/discord-vc-notification:0.4.2
I was able to run this locally by installing Docker Desktop then using CMD Prompt to run this command:
docker run -e DISCORD_BOT_TOKEN=<bot_token> --name vc-notification --restart always docker.io/fumieval/discord-vc-notification:0.4.2