diff options
Diffstat (limited to 'AleeBot')
| -rw-r--r-- | AleeBot/Data.cs | 4 | ||||
| -rw-r--r-- | AleeBot/Program.cs | 2 |
2 files changed, 3 insertions, 3 deletions
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:"; } } diff --git a/AleeBot/Program.cs b/AleeBot/Program.cs index 2973efe..2174209 100644 --- a/AleeBot/Program.cs +++ b/AleeBot/Program.cs @@ -99,7 +99,7 @@ namespace AleeBot Environment.Exit(0); } else { - await message.Channel.SendMessageAsync("You don't have permissions to power me off..."); + await message.Channel.SendMessageAsync("@<"+ message.Author.Id +">, You don't have permissions to power me off..."); } } else if (message.Content == Data.prefix + "git") { |
