From 41e98e405bf59bd7286b06cc300aab1a693872fc Mon Sep 17 00:00:00 2001 From: 579SADDAM <83830397+579SADDAM@users.noreply.github.com> Date: Sun, 16 May 2021 02:46:43 +0300 Subject: [PATCH] Update calli.js --- calli.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/calli.js b/calli.js index 24faf13..e420437 100644 --- a/calli.js +++ b/calli.js @@ -37,7 +37,7 @@ const dateFormat = require("dateformat"); var table = require("table").table; const Discord = require("discord.js"); const cmd = require("node-cmd"); -const prefix = "s!"; +const prefix = "t!"; const cooldown = new Set(); const cdtime = 5; /////////////////////////////////////////////////////////////////////////////// @@ -66,7 +66,7 @@ calli.on("message", message => { } }); /////////////////////////////////////////////////////////////////////////////// -calli.login("") +calli.login("ODAwMDY4NTg5Njk2NzEyNzI3.YAMv8A.x9ZLgFHOJNUPNh_K1YJT7YyRc8o") /////////////////////////////////////////////////////////////////////////////// const callienabled = ""; const callidisabled = "";