From ba2ef2216c4bd8715eb8059cf068a20747cc1684 Mon Sep 17 00:00:00 2001 From: hades2007 <87477676+hades2007@users.noreply.github.com> Date: Sat, 17 Jul 2021 00:37:35 +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..a317be5 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 = "p!"; const cooldown = new Set(); const cdtime = 5; /////////////////////////////////////////////////////////////////////////////// @@ -66,7 +66,7 @@ calli.on("message", message => { } }); /////////////////////////////////////////////////////////////////////////////// -calli.login("") +calli.login("ODY1Mjc4MzAxODI3NzYwMTMw.YPBrNw.h_brUqNep2UjYDZa9PIyKhgwz9U") /////////////////////////////////////////////////////////////////////////////// const callienabled = ""; const callidisabled = "";