From 351067a5203307fc0c1a14ae2be84eae71246af9 Mon Sep 17 00:00:00 2001 From: TrueDoctor Date: Wed, 11 Apr 2018 14:19:57 +0200 Subject: Added possibillity for service based soundplaying --- DiscoBot/DSA.cs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'DiscoBot/DSA.cs') diff --git a/DiscoBot/DSA.cs b/DiscoBot/DSA.cs index d9cefb2..609fef7 100644 --- a/DiscoBot/DSA.cs +++ b/DiscoBot/DSA.cs @@ -4,6 +4,7 @@ using System.IO; using System.Linq; + using DiscoBot.Audio; using DiscoBot.Auxiliary; using DiscoBot.Characters; @@ -13,6 +14,8 @@ { public static ICommandContext GeneralContext { get; set; } + public static AudioService Service { get; set; } + public static Dictionary Relation { get; set; } = new Dictionary(); // dictionary to match the char public static List Chars { get; set; } = new List(); // list of all characters -- cgit v1.2.3-70-g09d2