mirror of
https://github.com/TheShadowEevee/Konpeki-Discord-Bot.git
synced 2025-01-11 14:38:49 -06:00
Make presence.json a template
This commit is contained in:
parent
22175f32bf
commit
11373ecc00
2 changed files with 6 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,2 +1,4 @@
|
||||||
config.json
|
config.json
|
||||||
|
presence.json
|
||||||
|
|
||||||
node_modules
|
node_modules
|
4
presence.json.template
Normal file
4
presence.json.template
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
{
|
||||||
|
"activity": "Put your status here!",
|
||||||
|
"status": "online"
|
||||||
|
}
|
Loading…
Reference in a new issue