diff --git a/basicBot.js b/basicBot.js index 4c9691ad..81c3283c 100644 --- a/basicBot.js +++ b/basicBot.js @@ -484,7 +484,7 @@ else u = API.getUser(obj); if (botCreatorIDs.indexOf(u.id) > -1) return 9999; - if (u.gRole == 0) return u.role; + if (u.gRole < 1000) return u.role; else { switch (u.gRole) { case 3: