Skip to content

Commit

Permalink
Update HelpCommand.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
shedaniel authored Dec 30, 2020
1 parent f0c85c9 commit 306735a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ object HelpCommand : CommandBase {
setTitle("Linkie Help Command")
setFooter("Requested by " + user.discriminatedName, user.avatarUrl)
setTimestampToNow()
description = "View the list of commands at https://github.com/shedaniel/linkie-discord/wiki/Commands"
description = "View the list of commands at https://github.com/linkie/linkie-discord/wiki/Commands"
}.subscribe()
}
}
}

0 comments on commit 306735a

Please sign in to comment.