Skip to content

Commit

Permalink
BETA VERSION 0.68.4 (#1919)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mittelblut9 authored Feb 23, 2024
2 parents 0017f87 + eedb46c commit 28a9b66
Show file tree
Hide file tree
Showing 4 changed files with 447 additions and 472 deletions.
3 changes: 0 additions & 3 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

# ====================
# COMMIT PREFIX CHECK
# ====================
Expand Down
6 changes: 3 additions & 3 deletions jsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"~utils/*": ["./utils/*"],
"~bot/*": ["./bot/*"],
"~core/*": ["./bot/core/*"],
"~assets/*": ["./src/assets/*"],
},
"~assets/*": ["./src/assets/*"]
}
},
"exclude": ["node_modules"],
"exclude": ["node_modules"]
}
Loading

0 comments on commit 28a9b66

Please sign in to comment.