2022-11-09 14:44:05 +01:00
|
|
|
|
# Bot Discord - Aprıl
|
|
|
|
|
Mascotte d'[Art'Portal](https://discord.gg/graphisme)
|
|
|
|
|
|
|
|
|
|
Rénovation par @CoolMan#4094, @BakaTaida#5677 et @Dawn#0404
|
|
|
|
|
Artwork par @Frisk#7515
|
|
|
|
|
|
2023-09-08 22:40:01 +02:00
|
|
|
|
Afin d'utiliser April, vous pouvez utiliser **un de ces deux frameworks** :
|
|
|
|
|
<details>
|
|
|
|
|
<summary>Node.js</summary>
|
|
|
|
|
|
|
|
|
|
Afin d'installer les dépendances du bot et de le démarrer, utilisez :
|
|
|
|
|
```
|
|
|
|
|
npm install
|
|
|
|
|
node index.js
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
</details>
|
|
|
|
|
<details>
|
|
|
|
|
<summary>Bun</summary>
|
|
|
|
|
|
|
|
|
|
Afin d'installer les dépendances du bot et de le démarrer, utilisez :
|
|
|
|
|
```
|
|
|
|
|
bun install
|
|
|
|
|
bun run index.js
|
|
|
|
|
```
|
2023-09-09 22:09:50 +02:00
|
|
|
|
> [!WARNING]
|
|
|
|
|
> Dû au module canvas, bun n'est actuellement pas fonctionnel (affecte uniquement la commande /graphisme palette).
|
2023-09-08 22:40:01 +02:00
|
|
|
|
|
|
|
|
|
</details>
|
|
|
|
|
|
2022-11-11 22:21:53 +01:00
|
|
|
|
|
|
|
|
|
<a href="https://github.com/Art-Portal/April/actions/workflows/codeql.yml">
|
|
|
|
|
<img src="https://github.com/Art-Portal/April/actions/workflows/codeql.yml/badge.svg"/>
|
|
|
|
|
</a>
|
|
|
|
|
<a href="https://github.com/Art-Portal/April">
|
|
|
|
|
<img src="https://badgen.net/github/stars/Art-Portal/April"/>
|
|
|
|
|
</a>
|
|
|
|
|
<a href="https://github.com/Art-Portal/April/releases">
|
|
|
|
|
<img src="https://badgen.net/github/release/Art-Portal/April"/>
|
|
|
|
|
</a>
|
|
|
|
|
<a href="https://github.com/Art-Portal/April/issues">
|
|
|
|
|
<img src="https://badgen.net/github/open-issues/Art-Portal/April"/>
|
|
|
|
|
</a>
|
|
|
|
|
<a href="https://github.com/apps/dependabot">
|
|
|
|
|
<img src="https://badgen.net/github/dependabot/Art-Portal/April"/>
|
2023-01-03 14:34:33 +01:00
|
|
|
|
</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>
|