aboutsummaryrefslogtreecommitdiff
path: root/features/fragBot
diff options
context:
space:
mode:
Diffstat (limited to 'features/fragBot')
-rw-r--r--features/fragBot/index.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/features/fragBot/index.js b/features/fragBot/index.js
index 67bb9a3..e3a571f 100644
--- a/features/fragBot/index.js
+++ b/features/fragBot/index.js
@@ -61,10 +61,10 @@ class FragBot extends Feature {
fragbotCommand(...args){
if(this.hostingFragBot){
this.hostingFragBot = false
- ChatLib.chat("&aFragbot has been disabled")
+ ChatLib.chat(this.FeatureManager.messagePrefix + "Fragbot has been disabled")
}else{
this.hostingFragBot = true
- ChatLib.chat("&aNow acting as a fragbot, run /fragbot again to disable")
+ ChatLib.chat(this.FeatureManager.messagePrefix + "Now acting as a fragbot, run /fragbot again to disable")
}
}