mirror of
https://github.com/Art-Portal/April.git
synced 2024-11-16 11:37:37 +01:00
This commit is contained in:
commit
5a7d828699
4
.github/CONTRIBUTING.md
vendored
4
.github/CONTRIBUTING.md
vendored
@ -10,7 +10,7 @@ Then add your fork as a local project:
|
||||
git clone https://github.com/Art-Portal/April.git
|
||||
|
||||
# Using SSH
|
||||
git clone git@github.com:stevemao/github-issue-templates.git
|
||||
git clone git@github.com:Art-Portal/April.git
|
||||
```
|
||||
|
||||
> [Which remote URL should be used ?](https://docs.github.com/en/get-started/getting-started-with-git/about-remote-repositories)
|
||||
@ -18,7 +18,7 @@ git clone git@github.com:stevemao/github-issue-templates.git
|
||||
Then, go to your local folder
|
||||
|
||||
```sh
|
||||
cd github-issue-template
|
||||
cd April
|
||||
```
|
||||
|
||||
Add git remote controls :
|
||||
|
5
.github/SECURITY.md
vendored
5
.github/SECURITY.md
vendored
@ -4,8 +4,9 @@
|
||||
|
||||
| Version | Supported |
|
||||
| ------- | ------------------ |
|
||||
| 4.5.0 (current) | :white_check_mark: |
|
||||
| 4.5.1-beta (upcoming) | :white_check_mark: |
|
||||
| 4.5.0 (past) | :white_check_mark: |
|
||||
| 4.5.1 (current) | :white_check_mark: |
|
||||
| 4.5.2-beta (upcoming) | :white_check_mark: |
|
||||
|
||||
## Reporting a Vulnerability
|
||||
|
||||
|
17
.github/stale.yml
vendored
Normal file
17
.github/stale.yml
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
# Number of days of inactivity before an issue becomes stale
|
||||
daysUntilStale: 60
|
||||
# Number of days of inactivity before a stale issue is closed
|
||||
daysUntilClose: 7
|
||||
# Issues with these labels will never be considered stale
|
||||
exemptLabels:
|
||||
- pinned
|
||||
- security
|
||||
# Label to use when marking an issue as stale
|
||||
staleLabel: stale
|
||||
# Comment to post when marking an issue as stale. Set to `false` to disable
|
||||
markComment: >
|
||||
This issue has been automatically marked as stale because it has not had
|
||||
recent activity. It will be closed if no further activity occurs. Thank you
|
||||
for your contributions.
|
||||
# Comment to post when closing a stale issue. Set to `false` to disable
|
||||
closeComment: false
|
@ -24,3 +24,6 @@ npm install
|
||||
<a href="https://github.com/apps/dependabot">
|
||||
<img src="https://badgen.net/github/dependabot/Art-Portal/April"/>
|
||||
</a>
|
||||
<a href="https://www.codefactor.io/repository/github/art-portal/april">
|
||||
<img src="https://www.codefactor.io/repository/github/art-portal/april/badge" alt="CodeFactor" />
|
||||
</a>
|
||||
|
@ -43,7 +43,6 @@ module.exports = {
|
||||
value: ``
|
||||
+`<:invisibleSpacer:1038116840360120360><:iconID:1038063974807261195> **ID:** ${user.id}\n`
|
||||
+`<:invisibleSpacer:1038116840360120360><:iconProfile:1038064029064773724> **Nom complet:** ${user.tag}\n`
|
||||
+`<:invisibleSpacer:1038116840360120360><:iconProfile:1038064029064773724> **Bot:** ${user.bot ? "Oui" : "Non"}\n`
|
||||
+`<:invisibleSpacer:1038116840360120360><:iconTimer:1038063915151654932> **Créé:** <t:${Math.floor(user.createdTimestamp / 1000)}:d>`
|
||||
,
|
||||
inline: false
|
||||
|
@ -25,7 +25,6 @@ module.exports = {
|
||||
value: ``
|
||||
+ `<:invisibleSpacer:1038116840360120360><:iconID:1038063974807261195> **ID:** ${user.id}\n`
|
||||
+ `<:invisibleSpacer:1038116840360120360><:iconProfile:1038064029064773724> **Nom complet:** ${user.tag}\n`
|
||||
+ `<:invisibleSpacer:1038116840360120360><:iconProfile:1038064029064773724> **Bot:** ${user.bot ? "Oui" : "Non"}\n`
|
||||
+ `<:invisibleSpacer:1038116840360120360><:iconTimer:1038063915151654932> **Créé:** <t:${Math.floor(user.createdTimestamp / 1000)}:d>`
|
||||
,
|
||||
inline: false
|
||||
|
@ -22,5 +22,5 @@ module.exports = {
|
||||
const welcomemessage =
|
||||
`☆ Bienvenue <@[memberid]> ☆
|
||||
|
||||
Je t'invite à aller lire le <#${rulesChannelId}> ainsi que de prendre tes rôles dans <#${rolesChannelId}>
|
||||
Je t'invite à aller lire le <#${rulesChannelId}> ainsi que de prendre tes rôles dans <id:customize>
|
||||
Nous espérons que tu passera un bon moment sur Art' Portal ! ^^`;
|
@ -1,11 +0,0 @@
|
||||
const { guildId } = require('../config.json');
|
||||
|
||||
module.exports = {
|
||||
name: 'messageCreate',
|
||||
async execute(message, client) {
|
||||
if (message.guild.id != guildId) return;
|
||||
if (message.author.id == "718456289704804392" && message.content.toLowerCase().replace(/\? /).endsWith("quoi")){
|
||||
message.reply({ content: "feur"})
|
||||
}
|
||||
}
|
||||
}
|
26
package-lock.json
generated
26
package-lock.json
generated
@ -11,7 +11,7 @@
|
||||
"dependencies": {
|
||||
"@discordjs/rest": "^1.5.0",
|
||||
"discord.js": "^14.7.1",
|
||||
"sequelize": "^6.28.0",
|
||||
"sequelize": "^6.28.2",
|
||||
"sqlite3": "^5.1.4"
|
||||
}
|
||||
},
|
||||
@ -1302,9 +1302,9 @@
|
||||
"optional": true
|
||||
},
|
||||
"node_modules/sequelize": {
|
||||
"version": "6.29.0",
|
||||
"resolved": "https://registry.npmjs.org/sequelize/-/sequelize-6.29.0.tgz",
|
||||
"integrity": "sha512-m8Wi90rs3NZP9coXE52c7PL4Q078nwYZXqt1IxPvgki7nOFn0p/F0eKsYDBXCPw9G8/BCEa6zZNk0DQUAT4ypA==",
|
||||
"version": "6.28.2",
|
||||
"resolved": "https://registry.npmjs.org/sequelize/-/sequelize-6.28.2.tgz",
|
||||
"integrity": "sha512-MpK2h7xXHhBcwyTDf1sM1mrDdKFTGYbmrAC+4bJAf6f9Tp2IuiNwbNPj6Q5rMGVsKnO0CiJm8PEKtyNLOY8rNg==",
|
||||
"funding": [
|
||||
{
|
||||
"type": "opencollective",
|
||||
@ -1619,9 +1619,9 @@
|
||||
"integrity": "sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA=="
|
||||
},
|
||||
"node_modules/undici": {
|
||||
"version": "5.20.0",
|
||||
"resolved": "https://registry.npmjs.org/undici/-/undici-5.20.0.tgz",
|
||||
"integrity": "sha512-J3j60dYzuo6Eevbawwp1sdg16k5Tf768bxYK4TUJRH7cBM4kFCbf3mOnM/0E3vQYXvpxITbbWmBafaDbxLDz3g==",
|
||||
"version": "5.19.1",
|
||||
"resolved": "https://registry.npmjs.org/undici/-/undici-5.19.1.tgz",
|
||||
"integrity": "sha512-YiZ61LPIgY73E7syxCDxxa3LV2yl3sN8spnIuTct60boiiRaE1J8mNWHO8Im2Zi/sFrPusjLlmRPrsyraSqX6A==",
|
||||
"dependencies": {
|
||||
"busboy": "^1.6.0"
|
||||
},
|
||||
@ -2721,9 +2721,9 @@
|
||||
"optional": true
|
||||
},
|
||||
"sequelize": {
|
||||
"version": "6.29.0",
|
||||
"resolved": "https://registry.npmjs.org/sequelize/-/sequelize-6.29.0.tgz",
|
||||
"integrity": "sha512-m8Wi90rs3NZP9coXE52c7PL4Q078nwYZXqt1IxPvgki7nOFn0p/F0eKsYDBXCPw9G8/BCEa6zZNk0DQUAT4ypA==",
|
||||
"version": "6.28.2",
|
||||
"resolved": "https://registry.npmjs.org/sequelize/-/sequelize-6.28.2.tgz",
|
||||
"integrity": "sha512-MpK2h7xXHhBcwyTDf1sM1mrDdKFTGYbmrAC+4bJAf6f9Tp2IuiNwbNPj6Q5rMGVsKnO0CiJm8PEKtyNLOY8rNg==",
|
||||
"requires": {
|
||||
"@types/debug": "^4.1.7",
|
||||
"@types/validator": "^13.7.1",
|
||||
@ -2928,9 +2928,9 @@
|
||||
"integrity": "sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA=="
|
||||
},
|
||||
"undici": {
|
||||
"version": "5.20.0",
|
||||
"resolved": "https://registry.npmjs.org/undici/-/undici-5.20.0.tgz",
|
||||
"integrity": "sha512-J3j60dYzuo6Eevbawwp1sdg16k5Tf768bxYK4TUJRH7cBM4kFCbf3mOnM/0E3vQYXvpxITbbWmBafaDbxLDz3g==",
|
||||
"version": "5.19.1",
|
||||
"resolved": "https://registry.npmjs.org/undici/-/undici-5.19.1.tgz",
|
||||
"integrity": "sha512-YiZ61LPIgY73E7syxCDxxa3LV2yl3sN8spnIuTct60boiiRaE1J8mNWHO8Im2Zi/sFrPusjLlmRPrsyraSqX6A==",
|
||||
"requires": {
|
||||
"busboy": "^1.6.0"
|
||||
}
|
||||
|
@ -27,7 +27,7 @@
|
||||
"dependencies": {
|
||||
"@discordjs/rest": "^1.5.0",
|
||||
"discord.js": "^14.7.1",
|
||||
"sequelize": "^6.28.0",
|
||||
"sequelize": "^6.28.2",
|
||||
"sqlite3": "^5.1.4"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user