forked from jmug/stoatchat
feat: implement channel invites, perms, group create, members fetch
chore: when you accidentally run fmt
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
use revolt_quark::Result;
|
||||
use rauth::util::EmptyResponse;
|
||||
use revolt_quark::Result;
|
||||
|
||||
#[delete("/<target>")]
|
||||
pub async fn delete_bot(/*user: UserRef, target: Ref*/ target: String) -> Result<EmptyResponse> {
|
||||
pub async fn delete_bot(/*user: UserRef, target: Ref*/ target: String,) -> Result<EmptyResponse> {
|
||||
todo!()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user