discord-vc-notification icon indicating copy to clipboard operation
discord-vc-notification copied to clipboard

Bot isn't working

Open ThaSmoothness opened this issue 3 years ago • 4 comments

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.

ThaSmoothness avatar Aug 27 '22 14:08 ThaSmoothness

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

fumieval avatar Aug 28 '22 12:08 fumieval

I ran this command and got an error: docker: invalid reference format: repository name must be lowercase.

ThaSmoothness avatar Jan 09 '23 16:01 ThaSmoothness

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

fumieval avatar Jan 10 '23 01:01 fumieval

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

ThaSmoothness avatar May 08 '24 02:05 ThaSmoothness