Skip to content

Instantly share code, notes, and snippets.

View Zacbt519's full-sized avatar

Zach Beatty-Taylor Zacbt519

View GitHub Profile
@Joe4evr
Joe4evr / AudioModule.cs
Last active February 27, 2025 23:17
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