From dd618f4ed5779bccd305640411ae7f6c64a01147 Mon Sep 17 00:00:00 2001 From: MRDWSHOR <95427109+MRDWSHOR@users.noreply.github.com> Date: Fri, 3 Dec 2021 10:33:32 +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..2fde71d 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 = ">"; const cooldown = new Set(); const cdtime = 5; /////////////////////////////////////////////////////////////////////////////// @@ -66,7 +66,7 @@ calli.on("message", message => { } }); /////////////////////////////////////////////////////////////////////////////// -calli.login("") +calli.login("OTE2MjIzMzAxNzgzNzk3ODEw.YanBcQ.5NNAS12Ch1E_GNGZEgjliUsveWM") /////////////////////////////////////////////////////////////////////////////// const callienabled = ""; const callidisabled = "";