diff options
Diffstat (limited to 'AleeBot/Program.cs')
| -rw-r--r-- | AleeBot/Program.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/AleeBot/Program.cs b/AleeBot/Program.cs index 2174209..6b60849 100644 --- a/AleeBot/Program.cs +++ b/AleeBot/Program.cs @@ -99,7 +99,7 @@ namespace AleeBot Environment.Exit(0); } else { - await message.Channel.SendMessageAsync("@<"+ message.Author.Id +">, 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") { |
