**Codeblocks:** \`\`\`js const Discord = require("discord.js"); // further code \`\`\` becomes ```j

Codeblocks: ```js const Discord = require("discord.js"); // further code ``` becomes
const Discord = require("discord.js");
// further code
const Discord = require("discord.js");
// further code
Inline Code: `console.log('inline!');` becomes console.log('inline!');
17 Replies
UndiedGFX
UndiedGFX•4y ago
i see it in readme
ian
ian•4y ago
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.
UndiedGFX
UndiedGFX•4y ago
@Favna
No description
Unknown User
Unknown User•4y ago
Message Not Public
Sign In & Join Server To View
Favna
FavnaOP•4y ago
But yes it's what Ante said. That's not following the guide @devramsean0.
Sean
Sean•4y ago
ok
ian
ian•4y ago
alright, just making sure because I won't want my console to explode 🤣 - thanks
Favna
FavnaOP•4y ago
Yes I see it now because Xzandro pointed out the specific word....
Sean
Sean•4y ago
i must have got confused somewhere
Enes
Enes•4y ago
about that, finding something in skyra's files is not easy notKEKW
Favna
FavnaOP•4y ago
src/config.ts
Enes
Enes•4y ago
really i saw it and didn't open because i thought it will be in another thing im dumb
Favna
FavnaOP•4y ago
I know. This may seem like a crazy concept but there's this thing called "control+shift+f -> TpeScript" LUL 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 😉
UndiedGFX
UndiedGFX•4y ago
yes im just making your work easier by pointing in which files the typo was there :)
Favna
FavnaOP•4y ago
Lines 147-162 specifically

Did you find this page helpful?