From d54bb75e2eb50e672fb1d805ee1c6f0d7f513a32 Mon Sep 17 00:00:00 2001 From: RogueException Date: Wed, 14 Oct 2015 02:57:08 -0300 Subject: [PATCH] Updated commands extension description --- src/Discord.Net.Commands.Net45/Properties/AssemblyInfo.cs | 2 +- src/Discord.Net.Commands/project.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Discord.Net.Commands.Net45/Properties/AssemblyInfo.cs b/src/Discord.Net.Commands.Net45/Properties/AssemblyInfo.cs index 83dd5aba7..cb9c99e42 100644 --- a/src/Discord.Net.Commands.Net45/Properties/AssemblyInfo.cs +++ b/src/Discord.Net.Commands.Net45/Properties/AssemblyInfo.cs @@ -2,7 +2,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyTitle("Discord.Net.Commands")] -[assembly: AssemblyDescription("A small Discord.Net extension to make bot creation easier.")] +[assembly: AssemblyDescription("A Discord.Net extension adding basic command support.")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("RogueException")] [assembly: AssemblyProduct("Discord.Net.Commands")] diff --git a/src/Discord.Net.Commands/project.json b/src/Discord.Net.Commands/project.json index 59a4fc0c9..cf06af3f8 100644 --- a/src/Discord.Net.Commands/project.json +++ b/src/Discord.Net.Commands/project.json @@ -1,6 +1,6 @@ { "version": "0.7.3-beta2", - "description": "A small Discord.Net extension to make bot creation easier.", + "description": "A Discord.Net extension adding basic command support.", "authors": [ "RogueException" ], "tags": [ "discord", "discordapp" ], "projectUrl": "https://github.com/RogueException/Discord.Net",