Skip to content

Commit

Permalink
feat: change text of GitHub URL
Browse files Browse the repository at this point in the history
  • Loading branch information
pascal-zarrad committed Apr 19, 2024
1 parent edee5e0 commit 3795de1
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions components/statistics/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,15 @@ package statistics
import (
"bytes"
"fmt"
"github.com/bwmarrin/discordgo"
"github.com/dustin/go-humanize"
"github.com/lazybytez/jojo-discord-bot/api"
"github.com/lazybytez/jojo-discord-bot/build"
"io"
"runtime"
"text/tabwriter"
"time"

"github.com/bwmarrin/discordgo"
"github.com/dustin/go-humanize"
"github.com/lazybytez/jojo-discord-bot/api"
"github.com/lazybytez/jojo-discord-bot/build"
)

// statsCommand registers the alias /stats
Expand Down Expand Up @@ -90,7 +91,7 @@ func buildInfoEmbed(s *discordgo.Session) []*discordgo.MessageEmbed {
},
{
Name: "Links",
Value: "[GitHub](https://github.com/lazybytez/jojo-discord-bot)",
Value: "[GitHub / Source](https://github.com/lazybytez/jojo-discord-bot)",
},
},
},
Expand Down

0 comments on commit 3795de1

Please sign in to comment.