@astra-lite.js/compact
v1.2.2
Published
✨ @astra-lite.js/compact est la pour compacter votre code !
Downloads
6
Maintainers
Readme
astra-lite.js
Installation
Pour installer le module, utilisez la commande suivante :
npm install @astra-lite.js/compact
Exemple
const Compact = require("@astra-lite.js/compact");
new Compact({
token:
"VOTRE_TOKEN",
messageReplies: {
salut: { text: "Hello, `@{user.username}`" },
},
commands: [
{
name: "ping", // String
description: "Pong!", // String
inGuild: true, // Boolean
permissions: "everyone",
execute(client, interaction) {
interaction.reply("Pong!");
},
},
],
}).toCompact();
Noublier pas de remplace VOTRE_TOKEN
par votre token de votre bot discord!
Patchnote
Added:
- Ajout de la connection simple avec l'api (donc le bot)