mirror of
https://github.com/ahmadk953/poixpixel-discord-bot.git
synced 2025-03-26 14:24:15 +00:00
Updated Yarn Version and Updated Rules
This commit is contained in:
parent
9e728e0455
commit
4087f0575b
5 changed files with 1179 additions and 784 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,4 +1,5 @@
|
|||
target/
|
||||
node_modules/
|
||||
config.json
|
||||
.vscode
|
||||
.vscode
|
||||
.yarn
|
1
.yarnrc.yml
Normal file
1
.yarnrc.yml
Normal file
|
@ -0,0 +1 @@
|
|||
nodeLinker: node-modules
|
|
@ -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"
|
||||
}
|
||||
|
|
|
@ -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:**",
|
||||
|
|
Loading…
Add table
Reference in a new issue