feat: add /guides command and ability to sync all guides to a discord channel#7
Conversation
| }; | ||
| }; | ||
|
|
||
| const GUIDES_DIR = fileURLToPath(new URL('../commands/guides/subjects/', import.meta.url)); |
There was a problem hiding this comment.
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.
@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.
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.
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.