Quick bug fix
This commit is contained in:
@@ -51,7 +51,7 @@ public class ConfigCommand extends Command {
|
||||
@Override
|
||||
public void execute(String commandLabel, Guild guild, Member member, TextChannel channel, String[] args) {
|
||||
RixaGuild rixaGuild = GuildManager.getInstance().getGuild(guild);
|
||||
if (args.length == 1) {
|
||||
if (args.length == 2) {
|
||||
switch (args[0].toLowerCase()) {
|
||||
case "set":
|
||||
if (args[1].equalsIgnoreCase("greetings")) {
|
||||
|
Reference in New Issue
Block a user