Woops, didn't push correctly. Also added owner only commands now.

This commit is contained in:
Kwoth
2016-09-30 04:20:09 +02:00
parent 94b5c411b9
commit 81753255b9
30 changed files with 359 additions and 2506 deletions

View File

@ -38,7 +38,7 @@ namespace Tests
{
var root = GetRoot();
root.Add(new Permission() { SecondaryTargetName = "Added" });
root.Prepend(new Permission() { SecondaryTargetName = "Added" });
Assert.Equal(11, root.Count());

View File

@ -1,26 +0,0 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>Discord.Net.Commands</name>
</assembly>
<members>
<member name="T:Discord.Commands.AliasAttribute">
<summary> Provides aliases for a command. </summary>
</member>
<member name="P:Discord.Commands.AliasAttribute.Aliases">
<summary> The aliases which have been defined for the command. </summary>
</member>
<member name="M:Discord.Commands.AliasAttribute.#ctor(System.String[])">
<summary> Creates a new <see cref="T:Discord.Commands.AliasAttribute"/> with the given aliases. </summary>
</member>
<member name="T:Discord.Commands.PriorityAttribute">
<summary> Sets priority of commands </summary>
</member>
<member name="P:Discord.Commands.PriorityAttribute.Priority">
<summary> The priority which has been set for the command </summary>
</member>
<member name="M:Discord.Commands.PriorityAttribute.#ctor(System.Int32)">
<summary> Creates a new <see cref="T:Discord.Commands.PriorityAttribute"/> with the given priority. </summary>
</member>
</members>
</doc>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +0,0 @@
{
"runtimeOptions": {
"additionalProbingPaths": [
"C:\\Users\\Kwoth\\.nuget\\packages"
]
}
}

View File

@ -1,8 +0,0 @@
{
"runtimeOptions": {
"framework": {
"name": "Microsoft.NETCore.App",
"version": "1.0.0"
}
}
}

View File

@ -3614,7 +3614,8 @@
"framework": ".NETCoreApp,Version=v1.0",
"dependencies": {
"CoreCLR-NCalc": "2.1.0",
"Discord.Net.Commands": "1.0.0-dev",
"Discord.Net": "1.0.0-beta",
"Discord.Net.Commands": "1.0.0-beta",
"Google.Apis.Customsearch.v1": "1.16.0.466",
"Google.Apis.Urlshortener.v1": "1.15.0.138",
"Google.Apis.YouTube.v3": "1.15.0.582",