Very important!

This commit is contained in:
GregTCLTK 2019-11-24 20:03:00 +01:00
parent 2466606b65
commit a8b73c6b4a
No known key found for this signature in database
GPG key ID: A91BADE5C070FF67
2 changed files with 1 additions and 1 deletions

View file

@ -12,7 +12,6 @@ import net.dv8tion.jda.api.EmbedBuilder;
public class RebootCommand implements Command {
@Override
public void executed(String[] args, CommandEvent event) {
if (event.getConfig().getOwners().toString().contains(event.getAuthor().getId())) {

View file

@ -10,6 +10,7 @@ import com.bbn.hadder.utils.MessageEditor;
import net.dv8tion.jda.api.EmbedBuilder;
public class ShutdownCommand implements Command {
@Override
public void executed(String[] args, CommandEvent event) {
if (event.getConfig().getOwners().toString().contains(event.getAuthor().getId())) {