This commit is contained in:
naudachu 2023-11-17 13:56:37 +05:00
parent 6e69c64c42
commit 6e94e8acc4
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ func InitRouter(wc controller.WorkflowController, conf *domain.DiscordConfig) *c
Moderated: true, Moderated: true,
EmojiName: "✅", EmojiName: "✅",
}) })
r.ListenPostsHandler = r.ListenPosts // r.ListenPostsHandler = r.ListenPosts
return &r return &r
} }