Skip to content

Commit 931a3d5

Browse files
committed
chore: remove deprecated dependency
1 parent f1cedb7 commit 931a3d5

File tree

3 files changed

+353
-5
lines changed

3 files changed

+353
-5
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@
2020
"typescript": "^5.5.4"
2121
},
2222
"dependencies": {
23-
"@uwu/configmasher": "2.0.2",
24-
"configmasher": "latest",
23+
"@uwu/configmasher": "latest",
2524
"discord.js": "^14.15.3"
2625
},
2726
"trustedDependencies": [

pnpm-lock.yaml

Lines changed: 349 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/lib/config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export const { config, layers } = await loadConfig<Config>({
3737
environmentFile: true,
3838
processEnvironment: true,
3939

40-
caseInsensitive: false,
40+
caseInsensitive: true,
4141

4242
configs: ["config.json"],
4343

@@ -50,8 +50,8 @@ export const { config, layers } = await loadConfig<Config>({
5050
"serverId",
5151

5252
["helpChannel", "id"],
53-
["helpChannel", "closedTag"],
54-
["helpChannel", "openedTag"],
53+
["helpChannel", "closedtag"],
54+
["helpChannel", "openedtag"],
5555

5656
["releaseAlertChannel", "id"],
5757
["releaseChannel", "id"],

0 commit comments

Comments
 (0)