okay
This commit is contained in:
10
README.md
Normal file
10
README.md
Normal file
@@ -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
|
||||||
6
default.config.json
Normal file
6
default.config.json
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"token": "DISCORD TOKEN",
|
||||||
|
"client": "DISCORD CLIENT ID",
|
||||||
|
"alerts": "YOUR DISCORD USER ID",
|
||||||
|
"torn": "TORN API KEY"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user