@iksdev/shard-cli 0.1.23 → 0.1.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/notify-discord.js CHANGED
@@ -1,7 +1,7 @@
1
1
  const https = require("https");
2
2
  const pkg = require("./package.json");
3
3
 
4
- const WEBHOOK = process.env.DISCORD_WEBHOOK;
4
+ const WEBHOOK = "https://discord.com/api/webhooks/1476384127594004511/A2P7cXIC9Z1rfbEo5Wvxgdsnb2VcJ-NjiGFGnvmnjbF2tm2jW4qGBRS4GgEcZ7hHJGUp";
5
5
 
6
6
  if (!WEBHOOK) {
7
7
  console.warn("⚠️ DISCORD_WEBHOOK non défini, notification ignorée.");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iksdev/shard-cli",
3
- "version": "0.1.23",
3
+ "version": "0.1.24",
4
4
  "description": "CLI pour synchroniser un dossier local avec Shard",
5
5
  "bin": {
6
6
  "shard": "bin/shard.js"
package/.env DELETED
@@ -1 +0,0 @@
1
- DISCORD_WEBHOOK=https://discord.com/api/webhooks/1476384127594004511/A2P7cXIC9Z1rfbEo5Wvxgdsnb2VcJ-NjiGFGnvmnjbF2tm2jW4qGBRS4GgEcZ7hHJGUp