aboutsummaryrefslogtreecommitdiff
path: root/AleeBot/Program.cs
diff options
context:
space:
mode:
authorAlee <Alee14498@gmail.com>2019-05-10 19:59:22 -0400
committerAlee <Alee14498@gmail.com>2019-05-10 19:59:22 -0400
commite7a4eabb90aad77272235c1d9bc44b9186841bf1 (patch)
treecdc3cfbd992bb3b058f20e5a283d84efe1ef7aed /AleeBot/Program.cs
parentabd06509d675263bbb00ee65f0fae4fa68095326 (diff)
downloadAleeBot.NET-e7a4eabb90aad77272235c1d9bc44b9186841bf1.tar.gz
AleeBot.NET-e7a4eabb90aad77272235c1d9bc44b9186841bf1.tar.bz2
AleeBot.NET-e7a4eabb90aad77272235c1d9bc44b9186841bf1.zip
Added say and avatar command
Diffstat (limited to 'AleeBot/Program.cs')
-rw-r--r--AleeBot/Program.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/AleeBot/Program.cs b/AleeBot/Program.cs
index d307c97..c6d10f4 100644
--- a/AleeBot/Program.cs
+++ b/AleeBot/Program.cs
@@ -104,8 +104,6 @@ namespace AleeBot
services: null);
}
-
-
private Task Log(LogMessage msg)
{
Console.WriteLine(msg.ToString());