From c5701a7c81c6b72a8f82f06c8b55a69bb609699e Mon Sep 17 00:00:00 2001 From: DeathVenom54 Date: Tue, 15 Mar 2022 11:44:06 +0530 Subject: [PATCH] [feat](package) add keywords --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 4987ce4..83c104a 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,7 @@ "repository": "https://github.com/DeathVenom54/djs-marshal.git", "author": "Deathvenom54 ", "license": "MIT", + "keywords": ["discord", "discord.js", "slash", "command", "interaction"], "scripts": { "build": "tsc", "test": "node dist/testing/test.js",