Skip to content
This repository has been archived by the owner on Feb 13, 2022. It is now read-only.

AlexVanderbist/DisTeamCordSpeak

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DisTeamCordSpeak

This Discord bot will play TeamSpeak's beloved connect and disconnect messages when a user enters or leaves a voice channel.

Video and more info here: https://alexvanderbist.com/2020/teamspeak-voice-notifications-for-discord/.

Installation

Clone this repository and install it's dependencies using Yarn (or NPM):

git clone git@github.com:AlexVanderbist/DisTeamCordSpeak.git
cd DisTeamCordSpeak
yarn install

Go to Discord's developer portal and create a new application: https://discordapp.com/developers/applications. In your new application, go to the bot section and generate a bot token.

Rename the .env.example file to .env and edit its contents to include your Discord bot token. Finally execute the index.js file:

node index.js

Releases

No releases published

Packages

No packages published