howkj1 / LetsWriteADiscordBot

Content for a talk introducing writing bots for the Discord platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LetsWriteADiscordBot

Content for a talk introducing writing bots for the Discord platform

Music Playback

This step requires that libopus, libsodium, and ffmpeg are installed

On macOS, you can use homebrew to install these via:

brew install opus
brew install libsodium
brew install ffmpeg

On windows, you will need to build or download the dlls and drop them in the DiscordBot\bin\Debug\netcoreapp2.0\ directory.

For linux, use your package manager to install these dependencies.

Credits

Pump Kevin MacLeod (incompetech.com) Licensed under Creative Commons: By Attribution 3.0 License http://creativecommons.org/licenses/by/3.0/

About

Content for a talk introducing writing bots for the Discord platform

License:MIT License


Languages

Language:C# 100.0%