Skip to content

Commit

Permalink
Keep discordgo
Browse files Browse the repository at this point in the history
  • Loading branch information
Vedza committed Jan 26, 2021
1 parent 1d96b68 commit c2855b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ module NitroSniperGo
go 1.14

require (
github.com/bwmarrin/discordgo v0.23.0
github.com/dgraph-io/ristretto v0.0.3
github.com/faiface/beep v1.0.2
github.com/fatih/color v1.9.0
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0
github.com/valyala/fasthttp v1.16.0
github.com/vedza/discordgo v0.24.0
)
2 changes: 1 addition & 1 deletion sniper.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ import (
"encoding/base64"
"encoding/json"
"fmt"
"github.com/bwmarrin/discordgo"
"github.com/dgraph-io/ristretto"
"github.com/faiface/beep"
"github.com/faiface/beep/mp3"
"github.com/faiface/beep/speaker"
"github.com/fatih/color"
"github.com/kardianos/osext"
"github.com/valyala/fasthttp"
"github.com/vedza/discordgo"
"io/ioutil"
"log"
"math/rand"
Expand Down

0 comments on commit c2855b7

Please sign in to comment.