fix(bot): Open method being wrongly used
This commit is contained in:
@@ -27,5 +27,5 @@ func (b *Bot) Start() error {
|
||||
return b.session.Open()
|
||||
}
|
||||
func (b *Bot) Stop() error {
|
||||
return b.session.Open()
|
||||
return b.session.Close()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user