Skip to content

Instantly share code, notes, and snippets.

View Argon42's full-sized avatar

Sidelnikov Roman Argon42

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