diff options
| author | Alee <Alee14498@gmail.com> | 2019-05-06 21:11:36 -0400 |
|---|---|---|
| committer | Alee <Alee14498@gmail.com> | 2019-05-06 21:11:36 -0400 |
| commit | bffa3ce2991f93dd606f3172c9dfe70474ccff55 (patch) | |
| tree | 248dab6f7f124ee8c6ece7b0424e3ed29ada5218 /AleeBot | |
| parent | dc992a56d83c76d5dee5385c85c79fd758ee5a84 (diff) | |
| download | AleeBot.NET-bffa3ce2991f93dd606f3172c9dfe70474ccff55.tar.gz AleeBot.NET-bffa3ce2991f93dd606f3172c9dfe70474ccff55.tar.bz2 AleeBot.NET-bffa3ce2991f93dd606f3172c9dfe70474ccff55.zip | |
fixed the mention
Diffstat (limited to 'AleeBot')
| -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") { |
