Skip to content

Commit

Permalink
fix: update discord url (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyasbhat0 authored Jul 19, 2023
1 parent 7da825d commit 9229cd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/commands/discord/discord.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"github.com/spf13/cobra"
)

const diveURL = "https://discord.gg/tgbKGsGE"
const diveURL = "https://discord.gg/2rH5B7Ck9P"

// discordCmd redirects users to DIVE discord channel
var DiscordCmd = &cobra.Command{
Expand Down

0 comments on commit 9229cd6

Please sign in to comment.