1
Fork 0

Remove typo stuff sdlkfjsldkjf

This commit is contained in:
prescientmoon 2025-02-11 10:34:16 +01:00
parent d29c214988
commit 6a4782721a
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4

View file

@ -95,7 +95,6 @@ impl MessageContext for poise::Context<'_, UserContext, Error> {
async fn send(&mut self, message: CreateReply) -> Result<(), Error> {
poise::send_reply(*self, message).await?;
poise::say_repl
Ok(())
}