From 423bf216fb0547446f9853adb9505bfd4174bbd5 Mon Sep 17 00:00:00 2001 From: Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> Date: Mon, 14 Mar 2022 07:23:39 +0800 Subject: a? --- features/fragBot/index.js | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'features/fragBot') diff --git a/features/fragBot/index.js b/features/fragBot/index.js index c2d2d19..5662111 100644 --- a/features/fragBot/index.js +++ b/features/fragBot/index.js @@ -26,9 +26,9 @@ class FragBot extends Feature { this.registerStep(false, 5, this.step) this.registerStep(true, 2, this.step2) - this.registerChat("&9&m-----------------------------&r&9\n&r${player} &r&ehas invited you to join their party!\n&r&eYou have &r&c60 &r&eseconds to accept. &r&6Click here to join!&r&9\n&r&9&m-----------------------------&r", this.recievedPartyInvite) + this.registerChat("&9&m---------------------------${*}&r&9\n&r${player} &r&ehas invited you to join their party!\n&r&eYou have &r&c60 &r&eseconds to accept. &r&6Click here to join!&r&9\n&r&9&m----------------------------${*}&r", this.recievedPartyInvite) } - + step(){ if(!this.hostingFragBot) return @@ -52,8 +52,7 @@ class FragBot extends Feature { } } recievedPartyInvite(player){ - if(!this.hostingFragBot) return - + if(!this.hostingFragBot) return player = ChatLib.removeFormatting(player).split(" ").pop() this.fragBotQueue.push(player) -- cgit