From 6b793ef61839e68b09010cf132562563e3f4dd1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20G=C3=B3mez=20Cuenca?= Date: Tue, 8 Dec 2020 03:51:38 +0100 Subject: [PATCH] Changed Token --- Bot_Discord_CSharp/Bot_Discord_CSharp.csproj | 2 ++ Bot_Discord_CSharp/config.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Bot_Discord_CSharp/Bot_Discord_CSharp.csproj b/Bot_Discord_CSharp/Bot_Discord_CSharp.csproj index c9cb4d5..18b83b2 100644 --- a/Bot_Discord_CSharp/Bot_Discord_CSharp.csproj +++ b/Bot_Discord_CSharp/Bot_Discord_CSharp.csproj @@ -12,4 +12,6 @@ + + diff --git a/Bot_Discord_CSharp/config.json b/Bot_Discord_CSharp/config.json index a39ba92..ed474de 100644 --- a/Bot_Discord_CSharp/config.json +++ b/Bot_Discord_CSharp/config.json @@ -1,4 +1,4 @@ { - "token": "NzgzODIwMzI4ODgyNDA1Mzk2.X8gTkQ.tqeS-1tkMHzGedgLWqw89GDNAHg", + "token": "NzgzODIwMzI4ODgyNDA1Mzk2.X8gTkQ.dRTrKylyv-zxZc85Ijuuzg9-a3g", "prefix": "!" }