Pearl is a custom Discord bot solution developed within discord.py, an API wrapper written in Python.
Inspired from living with a certain feline whilst being at university, Pearl has discovered the Internet and is interactive in a server near you!
To run Pearl, download this repository and ensure that you are running Python 3.5.3
or higher and have discord.py[voice]
installed:
python3 -m pip install -U discord.py[voice]
Then set your bot token: token=''
within config.py
, run pearl.py
and away you go!
Command Usage | Description | Permission |
---|---|---|
p!connect <@channel> |
Pearl will join the requested voice channel, if no channel param is provided Pearl will join the channel of the command author. | administrator |
p!disconnect |
Pearl will leave the current voice channel. | administrator |
p!say <content> |
Pearl will output the passed argument as a message within the current text channel. | administrator |
Distributed under the MIT License. See LICENSE
for more information.