moshimc

Results 1 comments of moshimc

Has anyone figured this out? `var client = new SlackClient("[my-xoxp-token]"); client.Connect((connected) => { }, () => { Console.WriteLine("Connected"); client.PostMessage( resp => { Console.WriteLine("Posted"); }, "[mychannelid]", "Hello Slack from scriptcs" );...