mirror of
https://github.com/Art-Portal/April.git
synced 2024-11-16 11:37:37 +01:00
50 lines
1.6 KiB
Markdown
50 lines
1.6 KiB
Markdown
# 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
|
||
|
||
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
|
||
```
|
||
> [!WARNING]
|
||
> Dû au module canvas, bun n'est actuellement pas fonctionnel (affecte uniquement la commande /graphisme palette).
|
||
|
||
</details>
|
||
|
||
|
||
<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"/>
|
||
</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>
|