create guild data if not present. added a temp method to reattach channels to their guild data

This commit is contained in:
2020-10-27 11:37:55 +00:00
parent d7b0d18444
commit b08848d272
5 changed files with 23 additions and 7 deletions

View File

@ -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))
}
};