From 3b6262676f4fb963e6854438024dd003036615f4 Mon Sep 17 00:00:00 2001 From: KGT1 Date: Fri, 4 Sep 2020 05:12:32 +0200 Subject: [PATCH] adde gitignore and config json --- .gitignore | 2 ++ config.json | 4 ++++ 2 files changed, 6 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..25c8fdb --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +node_modules +package-lock.json \ No newline at end of file diff --git a/config.json b/config.json index e69de29..68aa797 100644 --- a/config.json +++ b/config.json @@ -0,0 +1,4 @@ +{ + "token":"", + "discord-prefix":"" +} \ No newline at end of file