Skip to content

Instantly share code, notes, and snippets.

View elliot-creedy's full-sized avatar

Elliot Creedy elliot-creedy

  • United Kingdom
View GitHub Profile
@elliot-creedy
elliot-creedy / AudioModule.cs
Created February 11, 2018 14:27 — forked from Joe4evr/AudioModule.cs
D.Net 1.0 audio example
using System.Threading.Tasks;
using Discord.Commands;
public class AudioModule : ModuleBase<ICommandContext>
{
// Scroll down further for the AudioService.
// Like, way down
private readonly AudioService _service;
// Remember to add an instance of the AudioService