summaryrefslogtreecommitdiff
path: root/DiscoBot/DSA.cs
diff options
context:
space:
mode:
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