Updated commands extension description
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
using System.Runtime.InteropServices;
|
using System.Runtime.InteropServices;
|
||||||
|
|
||||||
[assembly: AssemblyTitle("Discord.Net.Commands")]
|
[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: AssemblyConfiguration("")]
|
||||||
[assembly: AssemblyCompany("RogueException")]
|
[assembly: AssemblyCompany("RogueException")]
|
||||||
[assembly: AssemblyProduct("Discord.Net.Commands")]
|
[assembly: AssemblyProduct("Discord.Net.Commands")]
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": "0.7.3-beta2",
|
"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" ],
|
"authors": [ "RogueException" ],
|
||||||
"tags": [ "discord", "discordapp" ],
|
"tags": [ "discord", "discordapp" ],
|
||||||
"projectUrl": "https://github.com/RogueException/Discord.Net",
|
"projectUrl": "https://github.com/RogueException/Discord.Net",
|
||||||
|
|||||||
Reference in New Issue
Block a user