aboutsummaryrefslogtreecommitdiff
path: root/AleeBot/Program.cs
diff options
context:
space:
mode:
authorAlee <Alee14498@gmail.com>2019-05-06 20:46:56 -0400
committerAlee <Alee14498@gmail.com>2019-05-06 20:46:56 -0400
commitdc992a56d83c76d5dee5385c85c79fd758ee5a84 (patch)
tree52921e49a8e88a6ac3429497d7011d543dea1281 /AleeBot/Program.cs
parent17266645d1d366d4c810fcacede12405987fb0ab (diff)
downloadAleeBot.NET-dc992a56d83c76d5dee5385c85c79fd758ee5a84.tar.gz
AleeBot.NET-dc992a56d83c76d5dee5385c85c79fd758ee5a84.tar.bz2
AleeBot.NET-dc992a56d83c76d5dee5385c85c79fd758ee5a84.zip
3.1 Beta
Diffstat (limited to 'AleeBot/Program.cs')
-rw-r--r--AleeBot/Program.cs2
1 files changed, 1 insertions, 1 deletions
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")
{