From 93ec35885b162d6e295759ead2d86f43ce74a714 Mon Sep 17 00:00:00 2001 From: RGBCube <78925721+RGBCube@users.noreply.github.com> Date: Sun, 15 Jan 2023 20:33:34 +0300 Subject: [PATCH] Why is the license in the package wrong bruh --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8e088ce..1172559 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Stalk a person and their Tweets by sending them all to a Discord webhook!", "main": "main.js", "author": "Stovven", - "license": "ISC", + "license": "AGPL", "dependencies": { "discord-webhook-node": "^1.1.8", "twit": "^2.2.11"