diff options
Diffstat (limited to 'featureClass/class.js')
-rw-r--r-- | featureClass/class.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/featureClass/class.js b/featureClass/class.js index 11b3492..c9977d8 100644 --- a/featureClass/class.js +++ b/featureClass/class.js @@ -124,7 +124,7 @@ class Feature { if(this.FeatureManager.commandFuncs[name]){ this.FeatureManager.commandFuncs[name].call(this, ...(args || [])) }else{ - ChatLib.chat("&cThis command is not available atm") + ChatLib.chat(this.FeatureManager.messagePrefix + "This command is not available atm") } }, this) } |