Updated Yarn Version and Updated Rules

This commit is contained in:
Ahmad 2024-08-17 01:31:07 -04:00
parent 9e728e0455
commit 4087f0575b
No known key found for this signature in database
GPG key ID: 8FD8A93530D182BF
5 changed files with 1179 additions and 784 deletions

3
.gitignore vendored
View file

@ -1,4 +1,5 @@
target/
node_modules/
config.json
.vscode
.vscode
.yarn

1
.yarnrc.yml Normal file
View file

@ -0,0 +1 @@
nodeLinker: node-modules

View file

@ -22,5 +22,5 @@
"ts-node": "^10.9.2",
"typescript": "^5.5.4"
},
"packageManager": "yarn@1.22.21+sha1.1959a18351b811cdeedbd484a8f86c3cc3bbaf72"
"packageManager": "yarn@4.4.0"
}

View file

@ -84,7 +84,7 @@ const rulesEmbed = new EmbedBuilder()
{
name: "**Rule #13: Moderator Discretion**",
value:
"Moderators reserve the right to moderate at their discretion. If you feel mistreated, please DM another moderator or admin.",
"Moderators reserve the right to moderate at their discretion. If you feel mistreated, please create a support ticket.",
},
{
name: "**Disclaimer:**",

1955
yarn.lock

File diff suppressed because it is too large Load diff