aboutsummaryrefslogtreecommitdiff
path: root/commands/about.ts
diff options
context:
space:
mode:
Diffstat (limited to 'commands/about.ts')
-rw-r--r--commands/about.ts6
1 files changed, 3 insertions, 3 deletions
diff --git a/commands/about.ts b/commands/about.ts
index 96ba94a..01c826c 100644
--- a/commands/about.ts
+++ b/commands/about.ts
@@ -43,15 +43,15 @@ export class AboutCommand extends CommandBase {
new MessageButton()
.setLabel('Source Code')
.setStyle('LINK')
- .setURL("https://git.equestria.dev/equestria.dev/dj-pon-3"),
+ .setURL("https://git.equestria.dev/equestria.dev/cooler-pony"),
new MessageButton()
.setLabel('Roadmap')
.setStyle('LINK')
- .setURL("https://git.equestria.dev/equestria.dev/dj-pon-3/src/branch/mane/TODO.md"),
+ .setURL("https://git.equestria.dev/equestria.dev/cooler-pony/src/branch/mane/TODO.md"),
new MessageButton()
.setLabel('General Information')
.setStyle('LINK')
- .setURL("https://git.equestria.dev/equestria.dev/dj-pon-3/src/branch/mane/README.md"),
+ .setURL("https://git.equestria.dev/equestria.dev/cooler-pony/src/branch/mane/README.md"),
)
]
}).then(() => {