Make a few minor changes to allow discord commands to execute

This commit is contained in:
Zontreck 2020-07-07 00:36:29 -07:00
parent 6531716382
commit 43146d733d
4 changed files with 23 additions and 9 deletions

View file

@ -5,8 +5,8 @@ using System.Reflection;
[assembly: AssemblyCompany("ZNI")]
[assembly: AssemblyAlgorithmId(System.Configuration.Assemblies.AssemblyHashAlgorithm.MD5)]
[assembly: AssemblyCopyright("<EFBFBD> 2020 Tara Piccari")]
[assembly: AssemblyFileVersion("5.3.916")]
[assembly: AssemblyCopyright("(C) 2020 Tara Piccari")]
[assembly: AssemblyFileVersion("5.3.921")]
[assembly: AssemblyDescription("Second Life Bot - BotCore5")]
@ -15,7 +15,7 @@ namespace Bot.Assemble
public class ASMInfo
{
public static string BotName = "ZBotCore";
public static string BotVer = "5.3.916";
public static string BotVer = "5.3.921";
public static string GitPassword
{
get