Updating auth
This commit is contained in:
@@ -12,7 +12,7 @@ use serenity::all::{
|
||||
};
|
||||
|
||||
pub async fn process_message(ctx: &Context, command: &CommandInteraction, private: bool) {
|
||||
create_message_response(&ctx, &command, "Processing...".to_string(), private).await;
|
||||
create_message_response(ctx, command, "Processing...".to_string(), private).await;
|
||||
}
|
||||
|
||||
pub async fn user_dm(ctx: &Context, user_id: &UserId, content: String) -> Option<Message> {
|
||||
|
||||
Reference in New Issue
Block a user