From 0e5738a216d7eceb7655039d5320a922aec270e2 Mon Sep 17 00:00:00 2001 From: Unknown Date: Thu, 5 Apr 2018 20:26:21 -0400 Subject: bugs --- plugins/gyms.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') 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*'; }; -- cgit v1.2.3