Skip to content

Instantly share code, notes, and snippets.

View xXBuilderBXx's full-sized avatar
💻
Coding cool stuff in C#

Builderb xXBuilderBXx

💻
Coding cool stuff in C#
View GitHub Profile
@xXBuilderBXx
xXBuilderBXx / AudioModule.cs
Created November 6, 2017 09:22 — 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