Skip to content

Commit

Permalink
docs: forgot the number lol
Browse files Browse the repository at this point in the history
  • Loading branch information
thewilloftheshadow committed Sep 18, 2024
1 parent cd6a278 commit 3fa53f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/content/carbon/even-more/why-classes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ As you can see, this setup is very similar to how Carbon works today, and this c

### Carbon

Now we get to Carbon. I spent about ??? months designing and building the initial version of Carbon, bouncing feedback and ideas off of Codeize, and it was a lot different than building out our internal bot's methods, but used the same concepts and ideas. Whenever I added a new feature, extendability and modularity were always a priority, and I wanted to make sure that Carbon was as easy to use as possible.
Now we get to Carbon. I spent about 5 months (off and on) designing and building the initial version of Carbon, bouncing feedback and ideas off of Codeize, and it was a lot different than building out our internal bot's methods, but used the same concepts and ideas. Whenever I added a new feature, extendability and modularity were always a priority, and I wanted to make sure that Carbon was as easy to use as possible.

Every part of Carbon is built to be extendable. Want to add something to the client yourself? Just extend the client with your own properties and methods! Want to add extra properties to commands? Just extend them and add a custom constructor!

Expand Down

0 comments on commit 3fa53f5

Please sign in to comment.