diff options
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,6 +3,6 @@ module github.com/Whirlsplash/munch go 1.16 require ( - github.com/diamondburned/arikawa/v2 v2.1.0 + github.com/bwmarrin/discordgo v0.23.3-0.20210627161652-421e14965030 github.com/spf13/viper v1.8.1 ) |