Happy clippy
parent
2651966ad8
commit
9c7d29b546
|
@ -304,8 +304,7 @@ impl PlaybackEmbed {
|
|||
return ControlFlow::Break(());
|
||||
}
|
||||
};
|
||||
} else {
|
||||
if let Err(why) = self
|
||||
} else if let Err(why) = self
|
||||
.message
|
||||
.edit(
|
||||
&self.ctx,
|
||||
|
@ -319,7 +318,6 @@ impl PlaybackEmbed {
|
|||
|
||||
return ControlFlow::Break(());
|
||||
}
|
||||
}
|
||||
|
||||
self.last_update = Instant::now();
|
||||
|
||||
|
|
Loading…
Reference in New Issue