From addf70683d681cd357133f93218b7a9b7a99fbe3 Mon Sep 17 00:00:00 2001 From: Unknown Date: Thu, 5 Apr 2018 20:31:07 -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 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*'; }; -- cgit v1.2.3