Fix boltease import

This commit is contained in:
Brian Buller 2021-12-02 07:50:53 -06:00
parent b0ad5ff844
commit 51a5a0a6c1
1 changed files with 1 additions and 1 deletions

View File

@ -7,8 +7,8 @@ import (
"strings"
"time"
"git.bullercodeworks.com/brian/boltease"
"git.bullercodeworks.com/brian/helperbot"
"github.com/br0xen/boltease"
"github.com/nlopes/slack"
)