Skip to content

Commit 2736a78

Browse files
author
Kristoffer Schroeder
committed
Comment for LoadHandlers
1 parent a115f11 commit 2736a78

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

WooCode.Slack.WooBot/Bot.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ namespace WooCode.Slack.WooBot
99
{
1010
public class Bot : NancyModule
1111
{
12+
/// <summary>
13+
/// You have to call this when you start your server to load all handlers.
14+
/// </summary>
1215
public static void LoadHandlers()
1316
{
1417
var type = typeof(IHookHandler);

0 commit comments

Comments
 (0)