diff options
Diffstat (limited to 'commands/reset.go')
| -rw-r--r-- | commands/reset.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/reset.go b/commands/reset.go index 128354f..07e3ba3 100644 --- a/commands/reset.go +++ b/commands/reset.go @@ -5,7 +5,7 @@ import ( "github.com/anhgelus/gokord" "github.com/anhgelus/gokord/cmd" "github.com/anhgelus/gokord/logger" - "github.com/bwmarrin/discordgo" + discordgo "github.com/nyttikord/gokord" ) func Reset(_ *discordgo.Session, i *discordgo.InteractionCreate, _ cmd.OptionMap, resp *cmd.ResponseBuilder) { |
