For educational reasons I've decided to create my own CA. Here is what I learned.
Lets get some context first.
| """ | |
| Please understand Music bots are complex, and that even this basic example can be daunting to a beginner. | |
| For this reason it's highly advised you familiarize yourself with discord.py, python and asyncio, BEFORE | |
| you attempt to write a music bot. | |
| This example makes use of: Python 3.6 | |
| For a more basic voice example please read: | |
| https://github.com/Rapptz/discord.py/blob/rewrite/examples/basic_voice.py |
| <?php | |
| /** | |
| * | |
| * Origin: http://forums.steampowered.com/forums/showthread.php?t=1430511 | |
| * | |
| * @package Steam Community API | |
| * @copyright (c) 2010 ichimonai.com | |
| * @license http://opensource.org/licenses/mit-license.php The MIT License | |
| * |