create guild data if not present. added a temp method to reattach channels to their guild data
This commit is contained in:
@ -466,7 +466,7 @@ LIMIT
|
||||
.unwrap()
|
||||
.as_secs();
|
||||
|
||||
longhand_displacement(reminder.time as u64 - now)
|
||||
longhand_displacement((reminder.time as u64).checked_sub(now).unwrap_or(0))
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user