Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DrakeZee/drake-djs-handler
/ formatString
Function
formatString
commands/developers/developers/help.js:27–29 ·
view source on GitHub ↗
(str)
Source
from the content-addressed store, hash-verified
25
];
26
27
const
formatString = (str) => {
28
return
`${str[0].toUpperCase()}${str.slice(1).toLowerCase()}`;
29
};
30
31
const
categories = directories.map((dir) => {
32
const
getCommands = client.commands
Callers
1
help.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected