Initial Commit

This commit is contained in:
2025-06-01 12:14:53 -07:00
commit fcfd6066f7
8 changed files with 1216 additions and 0 deletions

19
package.json Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "weatherbot",
"version": "1.0.0",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "MadisonBarks",
"license": "MIT",
"description": "",
"dependencies": {
"@sapphire/framework": "^5.3.2",
"@sapphire/plugin-subcommands": "^7.0.1",
"@sapphire/utilities": "^3.18.2",
"axios": "^1.8.4",
"discord.js": "^14.18.0",
"undici": "^7.6.0"
}
}