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