aboutsummaryrefslogtreecommitdiff
path: root/plugins/gyms.js
diff options
context:
space:
mode:
authorUnknown <jtsshieh@outlook.com>2018-04-05 20:31:07 -0400
committerUnknown <jtsshieh@outlook.com>2018-04-05 20:31:07 -0400
commitaddf70683d681cd357133f93218b7a9b7a99fbe3 (patch)
treeb8b6752912e45c2d3679f677639c1bc41a6df97f /plugins/gyms.js
parent0e5738a216d7eceb7655039d5320a922aec270e2 (diff)
downloadPokeBot-addf70683d681cd357133f93218b7a9b7a99fbe3.tar.gz
PokeBot-addf70683d681cd357133f93218b7a9b7a99fbe3.tar.bz2
PokeBot-addf70683d681cd357133f93218b7a9b7a99fbe3.zip
bugs
Diffstat (limited to 'plugins/gyms.js')
-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*';
};