Skip to content

Commit 5aee87d

Browse files
Github -> GitHub
1 parent 6fde595 commit 5aee87d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/handlers/MessageHandler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export async function messageHandler(message: Message<true>) {
2727
.addField("Dependencies", Formatters.codeBlock("json", JSON.stringify(dependencies, undefined, 4)))
2828
.addField("Uptime", `${intervalObjToStr(uptime)}` || "Just turned on")
2929
.addField("Ping", message.client.ws.ping + "ms", true)
30-
.addField("Source", "[Github](https://github.com/the-programmers-hangout/tph-docs-bot/)", true)
30+
.addField("Source", "[GitHub](https://github.com/the-programmers-hangout/tph-docs-bot/)", true)
3131
.addField(
3232
"Contributors",
3333
"[Link](https://github.com/the-programmers-hangout/tph-docs-bot/graphs/contributors)",

0 commit comments

Comments
 (0)