Apply suggested change from TheKodeToad
Co-authored-by: TheKodeToad <TheKodeToad@proton.me> Signed-off-by: KTrain <69028025+KTrain5169@users.noreply.github.com>
This commit is contained in:
parent
ef8a2103e1
commit
0f6be4318b
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ pub async fn handle(ctx: &Context, message: &Message, data: &Data) -> Result<()>
|
|||
if issues.is_empty() {
|
||||
e = e
|
||||
.color(Colors::Green)
|
||||
.description("The automatic check didn't reveal any issues, but it's possible that some issues went unnoticed. Please wait for a volunteer to assist you.");
|
||||
.description("The automatic check didn't reveal any issues, but it's possible that some issues went undetected. Please wait for a volunteer to assist you.");
|
||||
} else {
|
||||
e = e.color(Colors::Red);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue