aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlee <Alee14498@gmail.com>2019-05-06 21:11:36 -0400
committerAlee <Alee14498@gmail.com>2019-05-06 21:11:36 -0400
commitbffa3ce2991f93dd606f3172c9dfe70474ccff55 (patch)
tree248dab6f7f124ee8c6ece7b0424e3ed29ada5218
parentdc992a56d83c76d5dee5385c85c79fd758ee5a84 (diff)
downloadAleeBot.NET-bffa3ce2991f93dd606f3172c9dfe70474ccff55.tar.gz
AleeBot.NET-bffa3ce2991f93dd606f3172c9dfe70474ccff55.tar.bz2
AleeBot.NET-bffa3ce2991f93dd606f3172c9dfe70474ccff55.zip
fixed the mention
-rw-r--r--AleeBot/Program.cs2
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")
{