diff options
| author | Alee <Alee14498@gmail.com> | 2019-05-06 20:06:20 -0400 |
|---|---|---|
| committer | Alee <Alee14498@gmail.com> | 2019-05-06 20:06:20 -0400 |
| commit | 17266645d1d366d4c810fcacede12405987fb0ab (patch) | |
| tree | 10052627d3102ac1b1ba6bffb058d527f7682d8e /AleeBot | |
| parent | 7189196f20592923496e6d638a8c3acd476be6fa (diff) | |
| download | AleeBot.NET-17266645d1d366d4c810fcacede12405987fb0ab.tar.gz AleeBot.NET-17266645d1d366d4c810fcacede12405987fb0ab.tar.bz2 AleeBot.NET-17266645d1d366d4c810fcacede12405987fb0ab.zip | |
Diffstat (limited to 'AleeBot')
| -rw-r--r-- | AleeBot/Data.cs | 2 | ||||
| -rw-r--r-- | AleeBot/Program.cs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/AleeBot/Data.cs b/AleeBot/Data.cs index 417e90e..01ea18b 100644 --- a/AleeBot/Data.cs +++ b/AleeBot/Data.cs @@ -23,7 +23,7 @@ namespace AleeBot { //This will be storing public variables such as versions and stuff. - public static string Version = "3.0"; + public static string Version = "3.0.1"; public static string prefix = "ab:"; } } diff --git a/AleeBot/Program.cs b/AleeBot/Program.cs index 86f3fb3..2973efe 100644 --- a/AleeBot/Program.cs +++ b/AleeBot/Program.cs @@ -109,7 +109,7 @@ namespace AleeBot var embed = new EmbedBuilder(); embed.WithTitle("About AleeBot " + Data.Version); embed.WithColor(Color.Green); - embed.AddField("Server Information", "Machine Name:" + Environment.MachineName + "\n" + "OS Version:" + Environment.OSVersion + "\n"); + embed.AddField("Server Information", "Machine Name: " + Environment.MachineName + "\n" + "OS Version: " + Environment.OSVersion + "\n"); embed.AddField("Contributors", "Andrew (Alee14) - Original creator of AleeBot 1.0 and 2.0"); embed.AddField("Built on", ".NET Core 3 Preview"); await message.Channel.SendMessageAsync(embed: embed.Build()); |
