From dc992a56d83c76d5dee5385c85c79fd758ee5a84 Mon Sep 17 00:00:00 2001 From: Alee Date: Mon, 6 May 2019 20:46:56 -0400 Subject: 3.1 Beta --- AleeBot/Data.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'AleeBot/Data.cs') diff --git a/AleeBot/Data.cs b/AleeBot/Data.cs index 01ea18b..0b0c988 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.1"; - public static string prefix = "ab:"; + public static string Version = "3.1 Beta"; + public static string prefix = "abb:"; } } -- cgit v1.2.3