Fixed history being called flag list
This commit is contained in:
parent
931781e30a
commit
c59746d81f
|
|
@ -117,7 +117,7 @@ public class CommandHistory extends DiscordCommand {
|
||||||
private void sendHistEmbed(SlashCommandInteractionEvent event, List<History> historyList, String username) {
|
private void sendHistEmbed(SlashCommandInteractionEvent event, List<History> historyList, String username) {
|
||||||
EmbedBuilder embedBuilder = new EmbedBuilder()
|
EmbedBuilder embedBuilder = new EmbedBuilder()
|
||||||
.setColor(Color.ORANGE)
|
.setColor(Color.ORANGE)
|
||||||
.setTitle("Flaglist for: " + username);
|
.setTitle("History for: " + username);
|
||||||
|
|
||||||
int i = 0;
|
int i = 0;
|
||||||
for (History history : historyList) {
|
for (History history : historyList) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user