Don't think that predetermined title is supposed to be there
This commit is contained in:
parent
3bd20e5e42
commit
92507d10e6
|
@ -150,7 +150,7 @@ pub async fn paginate_string_embed(
|
||||||
}
|
}
|
||||||
1 => {
|
1 => {
|
||||||
// ctx.say(pages.get(0).unwrap()).await?;
|
// ctx.say(pages.get(0).unwrap()).await?;
|
||||||
ctx.send(|m| m.embed(|e| e.title("WRC schedule").description(pages.get(0).unwrap())))
|
ctx.send(|m| m.embed(|e| e.title(title).description(pages.get(0).unwrap())))
|
||||||
.await?;
|
.await?;
|
||||||
return Ok(());
|
return Ok(());
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue