commit 0a3a24af2343e7ed158d5b5146728a284b61d3d4 Author: Snoozepilled Date: Thu Jan 4 00:19:40 2024 -0500 First Commit diff --git a/package.json b/package.json new file mode 100644 index 0000000..9fb7ede --- /dev/null +++ b/package.json @@ -0,0 +1,15 @@ +{ + "name": "bottom", + "version": "0.0.1", + "description": "A Discord bot which adds several NSFW features.", + "main": "run.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "https://git.xetanai.moe/Snoozepilled/Bottom" + }, + "author": "Snoozepilled", + "license": "Apache-2.0" +}