-
Notifications
You must be signed in to change notification settings - Fork 1
feat: add /guides command and ability to sync all guides to a discord channel #7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| }; | ||
| }; | ||
|
|
||
| const GUIDES_DIR = fileURLToPath(new URL('../commands/guides/subjects/', import.meta.url)); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
since main got merged into this branch, could you use the new function that gets the correct usl? assert url or something it was called, inside markdown.js
prod path would be './commands/guides/subjects/'
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@wiktoriavh I don't see the new function, are you sure it was part of the merge? iirc the function was added and we tested prod but didn't work, so that wasn't committed and pushed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can't find it anymore myself. 😱 I swear there was a function for that. i will take another look.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I found it, it's in a different open PR and mixed it up.
Since this is not on main, nothing you have to do then. it's for another PR.
No description provided.