diff --git a/alfred.go b/alfred.go index ee15b37..1edaa8a 100644 --- a/alfred.go +++ b/alfred.go @@ -2,7 +2,7 @@ * @Author: Bartuccio Antoine * @Date: 2018-07-23 15:24:22 * @Last Modified by: klmp200 -* @Last Modified time: 2018-07-25 12:04:44 +* @Last Modified time: 2018-07-25 14:31:13 */ package main @@ -19,7 +19,7 @@ import ( func main() { registered_commands := map[string]func(*tb.Message){ - tb.OnText: commands.OnText, + // tb.OnText: commands.OnText, "/hello": commands.Hello, "/sponge": commands.Sponge, "/git": commands.Git,