From f65f8a3c553dc0c15d707a26b23cdbf09b04ba7d Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 25 Mar 2017 08:51:22 -0400 Subject: Allow broadcast notifications to be fired to Discord. --- Project-Unite/Web.config | 4 ++-- Project-Unite/libsodium.dll | Bin 0 -> 457728 bytes Project-Unite/opus.dll | Bin 0 -> 271872 bytes Project-Unite/packages.config | 8 +++++++- 4 files changed, 9 insertions(+), 3 deletions(-) create mode 100644 Project-Unite/libsodium.dll create mode 100644 Project-Unite/opus.dll diff --git a/Project-Unite/Web.config b/Project-Unite/Web.config index 47723e0..e1184a5 100644 --- a/Project-Unite/Web.config +++ b/Project-Unite/Web.config @@ -18,7 +18,7 @@ - + @@ -54,7 +54,7 @@ - + diff --git a/Project-Unite/libsodium.dll b/Project-Unite/libsodium.dll new file mode 100644 index 0000000..e2d2584 Binary files /dev/null and b/Project-Unite/libsodium.dll differ diff --git a/Project-Unite/opus.dll b/Project-Unite/opus.dll new file mode 100644 index 0000000..a9eec80 Binary files /dev/null and b/Project-Unite/opus.dll differ diff --git a/Project-Unite/packages.config b/Project-Unite/packages.config index 22e225b..d3af95c 100644 --- a/Project-Unite/packages.config +++ b/Project-Unite/packages.config @@ -3,6 +3,7 @@ + @@ -35,8 +36,13 @@ - + + + + + + \ No newline at end of file -- cgit v1.2.3