diff --git a/.gitignore b/.gitignore index c764a0e..bec16f8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ config.json +presence.json + node_modules \ No newline at end of file diff --git a/presence.json.template b/presence.json.template new file mode 100644 index 0000000..2f52494 --- /dev/null +++ b/presence.json.template @@ -0,0 +1,4 @@ +{ + "activity": "Put your status here!", + "status": "online" +} \ No newline at end of file