Reformatted the dice roll buttons

This commit is contained in:
2024-12-20 15:47:49 -05:00
parent 8ac0e59b8c
commit 642e2c8d66
10 changed files with 104 additions and 74 deletions

View File

@@ -14,10 +14,7 @@ pub struct Error {
impl Error {
pub fn new(status: u16, details: String) -> Self {
Self {
status,
details,
}
Self { status, details }
}
pub fn not_found(details: String) -> Self {