aboutsummaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorUnknown <jtsshieh@outlook.com>2018-04-05 20:26:21 -0400
committerUnknown <jtsshieh@outlook.com>2018-04-05 20:26:21 -0400
commit0e5738a216d7eceb7655039d5320a922aec270e2 (patch)
treef2ceadc85d9172cb5cb4fcfbf7d585b7be24aace /plugins
parent878d7d60331e5fa7f0bd54b4dba6e9427be82f0c (diff)
downloadPokeBot-0e5738a216d7eceb7655039d5320a922aec270e2.tar.gz
PokeBot-0e5738a216d7eceb7655039d5320a922aec270e2.tar.bz2
PokeBot-0e5738a216d7eceb7655039d5320a922aec270e2.zip
bugs
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 d4b1afe..3f1ce29 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*';
};