We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c7a2af commit 32efcffCopy full SHA for 32efcff
1 file changed
src/app/cmds/General/source.js
@@ -14,7 +14,7 @@ module.exports = {
14
title: app.config.system.emotes.information + " Source",
15
color: app.config.system.embedColors.green,
16
fields: [
17
- { name: "OwO? Source Code?!?", value: `The source code for TheCodingBot can be found [here](https://tcb.nekos.tech/)!` }
+ { name: "OwO? Source Code?!?", value: `The source code for TheCodingBot can be found [here](https://tcb.nekos.tech/source)!` }
18
]}]
19
})
20
}}
0 commit comments