package main import ( "rodleyserverbot/slack-bot/internal/slack" ) func main() { slack.Start() }