From 6000023d2b86446497c58edbc43ea2498d15d1a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20G=C3=B3mez=20Cuenca?= Date: Tue, 8 Dec 2020 04:23:35 +0100 Subject: [PATCH] Change .gitignore --- Bot_Discord_CSharp/.gitignore | 1 + Bot_Discord_CSharp/config.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 Bot_Discord_CSharp/.gitignore diff --git a/Bot_Discord_CSharp/.gitignore b/Bot_Discord_CSharp/.gitignore new file mode 100644 index 0000000..ad69778 --- /dev/null +++ b/Bot_Discord_CSharp/.gitignore @@ -0,0 +1 @@ +config.json \ No newline at end of file diff --git a/Bot_Discord_CSharp/config.json b/Bot_Discord_CSharp/config.json index ed474de..0724d92 100644 --- a/Bot_Discord_CSharp/config.json +++ b/Bot_Discord_CSharp/config.json @@ -1,4 +1,4 @@ { - "token": "NzgzODIwMzI4ODgyNDA1Mzk2.X8gTkQ.dRTrKylyv-zxZc85Ijuuzg9-a3g", + "token": "NzgzODIwMzI4ODgyNDA1Mzk2.X8gTkQ.-4ajBu37FtmxA-r3K0LhbhvdeJ0", "prefix": "!" }