Skip to content

Instantly share code, notes, and snippets.

View phytal's full-sized avatar
🐵
code monke

William Zhang phytal

🐵
code monke
  • The University of Texas at Austin
  • Austin, TX
  • LinkedIn in/wzhxng
View GitHub Profile
using Discord;
using Discord.Audio;
using Discord.Commands;
using System.Diagnostics;
using System.Threading.Tasks;
namespace Wsashi.Core.Music
{
public class MusicModule : ModuleBase<SocketCommandContext>
using System;
using System.Linq;
using System.Threading.Tasks;
using System.Timers;
using Discord.WebSocket;
using Wsashi.Features;
using Wsashi.Features.GlobalAccounts;
namespace Wsashi
{
using System;
using System.Linq;
using System.Threading.Tasks;
using System.Timers;
using Discord.WebSocket;
using Wsashi.Features;
using Wsashi.Features.GlobalAccounts;
namespace Wsashi
{
using Wsashi.Configuration;
using System;
using Wsashi.Entities;
using Discord;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.IO;
using System.Linq;
namespace Wsashi.Features.GlobalAccounts