**Codeblocks:** \`\`\`js const Discord = require("discord.js"); // further code \`\`\` becomes ```j
Codeblocks:
```js
const Discord = require("discord.js");
// further code
```
becomes
Inline Code:
`console.log('inline!');` becomes
console.log('inline!');
17 Replies
i see it in readme
Ok so, sapphire supports multiple paths for pieces and there's seem to be a native way to handle cooldowns, can we overwrite it using our custom ones too? Because my bot's cooldowns are stored on a database, specifically mongodb for long cooldowns soo.
@Favna

Unknown User•4y ago
Message Not Public
Sign In & Join Server To View
But yes it's what Ante said. That's not following the guide @devramsean0.
ok
alright, just making sure because I won't want my console to explode 🤣 - thanks
Yes I see it now because Xzandro pointed out the specific word....
i must have got confused somewhere
about that, finding something in skyra's files is not easy 

src/config.ts
really
i saw it and didn't open because i thought it will be in another thing
im dumb
I know. This may seem like a crazy concept but there's this thing called "control+shift+f -> TpeScript"
Like i said, now that I know what word has the typo, it is easily found.
By saying I implied a recommendation to be more specific in the future 😉

yes im just making your work easier by pointing in which files the typo was there :)
Lines 147-162 specifically