Skip to content

Commit

Permalink
fix examples (again c:)
Browse files Browse the repository at this point in the history
  • Loading branch information
zekroTJA committed Oct 5, 2021
1 parent f0d1fa7 commit 4bd0b5e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/basic/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (

"github.com/bwmarrin/discordgo"
"github.com/zekrotja/ken"
"github.com/zekrotja/ken/example/basic/commands"
"github.com/zekrotja/ken/examples/basic/commands"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion examples/middlewares/commands/kick.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (

"github.com/bwmarrin/discordgo"
"github.com/zekrotja/ken"
"github.com/zekrotja/ken/example/middlewares/middlewares"
"github.com/zekrotja/ken/examples/middlewares/middlewares"
)

type KickCommand struct{}
Expand Down
4 changes: 2 additions & 2 deletions examples/middlewares/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import (

"github.com/bwmarrin/discordgo"
"github.com/zekrotja/ken"
"github.com/zekrotja/ken/example/middlewares/commands"
"github.com/zekrotja/ken/example/middlewares/middlewares"
"github.com/zekrotja/ken/examples/middlewares/commands"
"github.com/zekrotja/ken/examples/middlewares/middlewares"
)

func main() {
Expand Down

0 comments on commit 4bd0b5e

Please sign in to comment.