Make presence.json a template

This commit is contained in:
Michael 2022-12-16 11:08:26 -05:00
parent 22175f32bf
commit 11373ecc00
2 changed files with 6 additions and 0 deletions

2
.gitignore vendored
View file

@ -1,2 +1,4 @@
config.json
presence.json
node_modules

4
presence.json.template Normal file
View file

@ -0,0 +1,4 @@
{
"activity": "Put your status here!",
"status": "online"
}