Skip to content

A Discord bot to notify in a text channel when anyone enters or exits a voice channel

Notifications You must be signed in to change notification settings

alpertoygar/vc-notification-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vc-notification-bot

Setup

Discord Developer Portal

  • These intents should be enabled from "Settings -> Bot -> Privileged Gateway Intents":
    • Presence intent
    • Server members intent
    • Message content intent

Usage

  1. Fill the sample config with your bot token and guild id (guild id is an integer remove the quotes)
  2. Rename it to config.json
  3. run "pip install -r requirements.txt" to install the required packages
  4. run "python src/main.py" to run the bot

About

A Discord bot to notify in a text channel when anyone enters or exits a voice channel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages