This website requires JavaScript.
Explore
Help
Sign In
old
/
discord-bot
Watch
2
Star
0
Fork
You've already forked discord-bot
0
Code
Issues
Pull Requests
2
Projects
Releases
Wiki
Activity
suggestCommand
discord-bot
/
.prettierrc
7 lines
96 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
Setting up a simple bot command framework and linter/formatter
2021-05-10 23:50:20 -04:00
{
added logger and started logging commands and errors
2021-05-19 21:44:14 -04:00
"semi": true,
"trailingComma": "none",
"singleQuote": true,
"printWidth": 120
}