Make a few minor changes to allow discord commands to execute
This commit is contained in:
parent
6531716382
commit
43146d733d
4 changed files with 23 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue