From acd3070bd216ccd445cec54a34a66232ed77f194 Mon Sep 17 00:00:00 2001 From: Cesium Date: Tue, 8 Apr 2025 20:03:50 -0400 Subject: [PATCH] okay --- README.md | 10 ++++++++++ default.config.json | 6 ++++++ 2 files changed, 16 insertions(+) create mode 100644 README.md create mode 100644 default.config.json diff --git a/README.md b/README.md new file mode 100644 index 0000000..b6e4e04 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# goofy discord torn bot + +not actually anything useful, im just trying to learn javascript again + +## usage + +hopefully `npm i` should just get the dependencies + +and copy default.config.json to config.json and edit in at least the discord +token and torn api key, i forget if i use the other things at all lol \ No newline at end of file diff --git a/default.config.json b/default.config.json new file mode 100644 index 0000000..28e1357 --- /dev/null +++ b/default.config.json @@ -0,0 +1,6 @@ +{ + "token": "DISCORD TOKEN", + "client": "DISCORD CLIENT ID", + "alerts": "YOUR DISCORD USER ID", + "torn": "TORN API KEY" +} \ No newline at end of file