Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
raed-shomali committed Mar 28, 2023
1 parent 4a92703 commit 4163d7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Built on top of the Slack API [github.com/slack-go/slack](https://github.com/sla
- Contains support for `context.Context`
- Replies can be new messages or in threads
- Supports authorization
- Supports Cron Jobs using [cron](https://github.com/robfig/cron)
- Supports Cron Jobs using [https://github.com/robfig/cron](https://github.com/robfig/cron)
- Bot responds to mentions and direct messages
- Handlers run concurrently via goroutines
- Produces events for executed commands
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/shomali11/slacker
go 1.14

require (
github.com/robfig/cron v1.2.0 // indirect
github.com/robfig/cron v1.2.0
github.com/shomali11/commander v0.0.0-20220716022157-b5248c76541a
github.com/shomali11/proper v0.0.0-20180607004733-233a9a872c30
github.com/slack-go/slack v0.12.1
Expand Down

0 comments on commit 4163d7e

Please sign in to comment.