Art'Portal's Bot - Now open-source !
Go to file
2023-09-09 22:09:50 +02:00
.github Create stale.yml 2023-01-03 14:42:31 +01:00
commands Add a palette generator 2023-09-09 22:06:44 +02:00
events Update custom status system 2023-09-04 13:08:15 +02:00
interactions Replace fetching cache for user in applicationopen 2023-09-04 13:01:36 +02:00
.gitignore Added package-lock.json 2022-11-09 15:18:27 +01:00
bun.lockb Add a palette generator 2023-09-09 22:06:44 +02:00
config.example.json Add error catching and logging 2023-09-04 10:51:57 +02:00
functions.js Add error catching and logging 2023-09-04 10:51:57 +02:00
index.js Add error catching and logging 2023-09-04 10:51:57 +02:00
jsconfig.json Add ability to run with bun 2023-09-08 22:19:55 +02:00
LICENSE Whole new version ! 2022-11-09 14:44:05 +01:00
package-lock.json Add a palette generator 2023-09-09 22:06:44 +02:00
package.json Add a palette generator 2023-09-09 22:06:44 +02:00
README.md Warn about bun not working with canvas 2023-09-09 22:09:50 +02:00

Bot Discord - Aprıl

Mascotte d'Art'Portal

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 :

Node.js
Afin d'installer les dépendances du bot et de le démarrer, utilisez :
```
npm install
node index.js
```
Bun
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).
CodeFactor