mirror of
https://github.com/ahmadk953/poixpixel-discord-bot.git
synced 2025-04-01 01:04:16 +00:00
General Changes
This commit is contained in:
parent
3921db8312
commit
c27f1aaba5
4 changed files with 8 additions and 2 deletions
3
.github/workflows/npm-build-and-compile.yml
vendored
3
.github/workflows/npm-build-and-compile.yml
vendored
|
@ -23,6 +23,9 @@ jobs:
|
|||
node-version: ${{ matrix.node-version }}
|
||||
cache: yarn
|
||||
|
||||
- name: Configure Corepack
|
||||
run: corepack enable
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
cp ./source/config.example.json ./source/config.json
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
# Contributor Covenant Code of Conduct
|
||||
|
||||
> [!WARNING]
|
||||
> Please check the Code of Conduct often for updates
|
||||
|
||||
## Our Pledge
|
||||
|
||||
We as members, contributors, and leaders pledge to make participation in our
|
||||
|
|
|
@ -21,5 +21,6 @@
|
|||
"eslint": "^9.9.0",
|
||||
"ts-node": "^10.9.2",
|
||||
"typescript": "^5.5.4"
|
||||
}
|
||||
},
|
||||
"packageManager": "yarn@1.22.21+sha1.1959a18351b811cdeedbd484a8f86c3cc3bbaf72"
|
||||
}
|
||||
|
|
|
@ -27,7 +27,6 @@ const rulesEmbed = new EmbedBuilder()
|
|||
value:
|
||||
"This means no mean, rude, or harassing comments. Treat others the way you want to be treated.",
|
||||
},
|
||||
{ name: "\u200B", value: "\u200B" },
|
||||
{
|
||||
name: "Rule #2: No inappropriate language",
|
||||
value:
|
||||
|
|
Loading…
Add table
Reference in a new issue