Prep work for isolating audio package.

This commit is contained in:
RogueException
2015-12-04 21:13:56 -04:00
parent bba866652e
commit 1721f6f4d6
28 changed files with 99 additions and 381 deletions

View File

@@ -1,5 +1,4 @@
using Discord.Commands.Permissions;
using System;
using System;
namespace Discord.Commands
{
@@ -40,7 +39,7 @@ namespace Discord.Commands
protected void SetValue<T>(ref T storage, T value)
{
if (_isLocked)
throw new InvalidOperationException("Unable to modify a discord client's configuration after it has been created.");
throw new InvalidOperationException("Unable to modify a service's configuration after it has been created.");
storage = value;
}
}

View File

@@ -18,7 +18,5 @@
"frameworks": {
"net45": { },
"dotnet5.4": { }
},
"configurations": {
}
}