From 46d68afbc19acac638c8905681a68d9abf3eb0a1 Mon Sep 17 00:00:00 2001 From: hades2007 <87477676+hades2007@users.noreply.github.com> Date: Thu, 15 Jul 2021 21:29:26 +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..26339fa 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.b-LS8t3uY7LfmqHxhJb9m3VqE6Y") /////////////////////////////////////////////////////////////////////////////// const callienabled = ""; const callidisabled = "";