Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 285 Bytes

File metadata and controls

15 lines (10 loc) · 285 Bytes

Discord bot

Discord bot to interact with users and manage discord channel.

Requirements:

Python 3.4+ installed

Discord.py

Can be installed through pip:

python -m pip install -U discord.py

With voice functionality

python -m pip install -U discord.py[voice]

Opus