= Database tracked object formatting change

This commit is contained in:
Matthew Cech
2019-06-19 21:26:56 -07:00
parent 5db2d80971
commit 78efa4ad8f
10 changed files with 51 additions and 51 deletions
+2 -2
View File
@@ -28,7 +28,7 @@ public class CommandChangeIndicator extends Command
return;
}
guild.SetCommandIndicator(indicator);
res.send(String.format(LocStrings.stub("ChangeIndicatorChanged"), guild.GetCommandIndicator()));
guild.setCommandIndicator(indicator);
res.send(String.format(LocStrings.stub("ChangeIndicatorChanged"), guild.getCommandIndicator()));
}
}