feat(revcord): post message request handling
This commit is contained in:
@@ -16,9 +16,11 @@ pub trait QuarkConversion: Sized {
|
||||
}
|
||||
|
||||
pub fn to_snowflake<T, S: ToString>(ulid: S) -> twilight_model::id::Id<T> {
|
||||
todo!()
|
||||
unsafe {
|
||||
twilight_model::id::Id::new_unchecked(1)
|
||||
}
|
||||
}
|
||||
|
||||
pub fn to_ulid<T>(snowflake: twilight_model::id::Id<T>) -> String {
|
||||
todo!()
|
||||
String::from("1")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user