aboutsummaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/gyms.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/gyms.js b/plugins/gyms.js
index 3f1ce29..d4b1afe 100644
--- a/plugins/gyms.js
+++ b/plugins/gyms.js
@@ -30,5 +30,5 @@ exports.getGymString = (bot, member) => {
};
exports.isOwned = (title) => {
- return title == 'Current Owner: *none*';
+ return title != 'Current Owner: *none*';
};