totally not because creayun again
This commit is contained in:
Chayapak 2023-05-12 16:35:49 +07:00
parent 487e410af8
commit 6caaeafa44

View file

@ -104,7 +104,7 @@ public class SelfCarePlugin extends Bot.Listener {
else bot.core().run("essentials:vanish " + bot.username() + " enable");
}
else if (selfCares.nickname() && !nickname && bot.options().hasEssentials()) {
if (bot.options().useChat()) bot.chat().send("/essentials:nickname off");
if (bot.options().useChat()) bot.chat().send("/essentials:nick off");
else bot.core().run("essentials:nickname " + bot.username() + " off");
}
else if (selfCares.socialspy() && !socialspy && bot.options().hasEssentials()) {