cleanup and finish the current scoresaber command args
This commit is contained in:
@ -19,7 +19,7 @@ public class EmbedUtils {
|
||||
return new EmbedBuilder()
|
||||
.setDescription(description)
|
||||
.setTimestamp(LocalDateTime.now())
|
||||
.setColor(0x2F3136);
|
||||
.setColor(Colors.DEFAULT);
|
||||
}
|
||||
|
||||
/**
|
||||
@ -32,7 +32,7 @@ public class EmbedUtils {
|
||||
return new EmbedBuilder()
|
||||
.setDescription(description)
|
||||
.setTimestamp(LocalDateTime.now())
|
||||
.setColor(0xFF0000);
|
||||
.setColor(Colors.ERROR);
|
||||
}
|
||||
|
||||
/**
|
||||
@ -45,6 +45,6 @@ public class EmbedUtils {
|
||||
return new EmbedBuilder()
|
||||
.setDescription(description)
|
||||
.setTimestamp(LocalDateTime.now())
|
||||
.setColor(0x00FF00);
|
||||
.setColor(Colors.SUCCESS);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user