Skip to content

Instantly share code, notes, and snippets.

View ItemME's full-sized avatar
🏠
Working from home

InsaneHawk ItemME

🏠
Working from home
View GitHub Profile
@ItemME
ItemME / AudioModule.cs
Created October 4, 2017 14:47 — 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