Skip to content
/ listener Public

python discord bot that converts calls into audio

Notifications You must be signed in to change notification settings

m33i/listener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

how to dependencies

pip install --upgrade pip
pip install ffmpeg-python

install the dev version of discord.py:

git clone https://github.com/Rapptz/discord.py
cd discord.py
python3 -m pip install -U .[voice]

install discord ext with voice receiver by imayhaveborkedit

python -m pip install discord-ext-voice-recv

fyi

place your token in a file named secret.py with the following content:

token = 'YOUR_DISCORD_BOT_TOKEN'

About

python discord bot that converts calls into audio

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages