summaryrefslogtreecommitdiff
path: root/DiscoBot/DSA.cs
diff options
context:
space:
mode:
authorTrueDoctor <d-kobert@web.de>2018-04-11 14:19:57 +0200
committerTrueDoctor <d-kobert@web.de>2018-04-11 14:19:57 +0200
commit351067a5203307fc0c1a14ae2be84eae71246af9 (patch)
treea17b63d94b41c87215a03fd2a19edab9f4d53c30 /DiscoBot/DSA.cs
parentaa236f67bf1829e2a7c6e9a5f82d109b39147b11 (diff)
Added possibillity for service based soundplaying
Diffstat (limited to 'DiscoBot/DSA.cs')
-rw-r--r--DiscoBot/DSA.cs3
1 files changed, 3 insertions, 0 deletions
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<string, string> Relation { get; set; } = new Dictionary<string, string>(); // dictionary to match the char
public static List<ICharacter> Chars { get; set; } = new List<ICharacter>(); // list of all characters