Skip to content

Commit

Permalink
Fix cli.js to create .discraft folder when initializing the project
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Best-Codes committed Nov 2, 2024
1 parent 2650c4e commit b978f88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,10 @@ program

// Create project structure
const dirs = [
".discraft",
"commands",
"events",
"config",
"handlers",
"services",
"utils"
];
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "discraft",
"version": "1.4.9",
"version": "1.4.10",
"description": "Best framework for discord bots",
"main": "index.js",
"type": "module",
Expand Down

0 comments on commit b978f88

Please sign in to comment.