From 826ebe8739a20b2620cc0e54a5f74657100e8eb4 Mon Sep 17 00:00:00 2001 From: toprakozdemir <81726868+toprakozdemir@users.noreply.github.com> Date: Mon, 5 Apr 2021 09:29:09 +0300 Subject: [PATCH] Update config.js --- config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.js b/config.js index 069f26c..1080e46 100644 --- a/config.js +++ b/config.js @@ -2,7 +2,7 @@ const config = { "ownerID": "282453998529806338", //kendi IDınızı yazınız "admins": [""], "support": [""], - "token": "", //botunuzun tokenini yazınız + "token": "ODI4NTE2MjM4MjQ2NDEyMzA4.YGqt4A.zcdIpjNoCVcus15g94xku_j72uc", //botunuzun tokenini yazınız "dashboard" : { "oauthSecret": "", //botunuzun secretini yazınız "callbackURL": `https://dash.vortexbot.org/callback`, //site URLnizi yazınız /callback kısmını silmeyiniz! @@ -12,4 +12,4 @@ const config = { } }; - module.exports = config; \ No newline at end of file + module.exports = config;