fix: app paths (#8729)

This commit is contained in:
Almeida
2022-10-10 15:30:05 +01:00
committed by GitHub
parent 7b8966bca1
commit caba122d20
3 changed files with 20 additions and 11 deletions

View File

@@ -1,3 +1,3 @@
export const DESCRIPTION = 'Imagine a guide... that explores the many possibilities for your discord.js bot.';
export const GITHUB_BASE_PAGES_PATH = 'https://github.com/discordjs/discord.js/tree/main/packages/guide/src/pages';
export const GITHUB_BASE_PAGES_PATH = 'https://github.com/discordjs/discord.js/tree/main/apps/guide/src/pages';