diff --git a/UPBot Code/Commands/Version.cs b/UPBot Code/Commands/Version.cs index b2f308a..e4b895b 100644 --- a/UPBot Code/Commands/Version.cs +++ b/UPBot Code/Commands/Version.cs @@ -11,7 +11,7 @@ public class Version : BaseCommandModule { [Command("Version")] [Description("Get version information about the bot.")] public async Task VersionCommand(CommandContext ctx) { - string authors = "**CPU**, **Duck**, **Eremiell**, **SlicEnDicE**, **J0nathan**"; + string authors = "**CPU**, **Duck**, **Eremiell**, **SlicEnDicE**, **J0nathan**, **Revolution**"; await ctx.Message.RespondAsync(Utils.BuildEmbed("United Programming Bot", "**Version**: " + Utils.GetVersion() + "\n\nContributors: " + diff --git a/UPBot Code/Utils.cs b/UPBot Code/Utils.cs index 24fbf05..a79825b 100644 --- a/UPBot Code/Utils.cs +++ b/UPBot Code/Utils.cs @@ -31,7 +31,7 @@ public static class Utils readonly private static Dictionary logs = new Dictionary(); public static string GetVersion() { - return vmajor + "." + vminor + "." + vbuild + " - 2022/04/25"; + return vmajor + "." + vminor + "." + vbuild + " - 2022/04/27"; } public static DiscordClient GetClient() { diff --git a/UPBot.csproj b/UPBot.csproj index c171ffe..0da7a63 100644 --- a/UPBot.csproj +++ b/UPBot.csproj @@ -6,11 +6,11 @@ - - - + + + - +