Skip to content

Commit

Permalink
readme: Fix bot import path
Browse files Browse the repository at this point in the history
  • Loading branch information
diamondburned committed Nov 10, 2021
1 parent 5c6d0f8 commit 8abd5bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ package main
import (
"os"

"github.com/diamondburned/arikawa/v3/bot"
"github.com/diamondburned/arikawa/v3/gateway"
"github.com/diamondburned/arikawa/v3/utils/bot"
)

func main() {
Expand Down

0 comments on commit 8abd5bc

Please sign in to comment.