Invite bot to server / group for #8.
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
use rocket::Route;
|
||||
|
||||
mod create;
|
||||
mod invite;
|
||||
|
||||
pub fn routes() -> Vec<Route> {
|
||||
routes![
|
||||
create::create_bot
|
||||
create::create_bot,
|
||||
invite::invite_bot
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user