We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fde595 commit 5aee87dCopy full SHA for 5aee87d
src/handlers/MessageHandler.ts
@@ -27,7 +27,7 @@ export async function messageHandler(message: Message<true>) {
27
.addField("Dependencies", Formatters.codeBlock("json", JSON.stringify(dependencies, undefined, 4)))
28
.addField("Uptime", `${intervalObjToStr(uptime)}` || "Just turned on")
29
.addField("Ping", message.client.ws.ping + "ms", true)
30
- .addField("Source", "[Github](https://github.com/the-programmers-hangout/tph-docs-bot/)", true)
+ .addField("Source", "[GitHub](https://github.com/the-programmers-hangout/tph-docs-bot/)", true)
31
.addField(
32
"Contributors",
33
"[Link](https://github.com/the-programmers-hangout/tph-docs-bot/graphs/contributors)",
0 commit comments