Can select bot type
This commit is contained in:
		@@ -11,9 +11,9 @@ pub enum BotType {
 | 
			
		||||
 | 
			
		||||
#[derive(serde::Serialize)]
 | 
			
		||||
pub struct BotDescription {
 | 
			
		||||
    r#type: BotType,
 | 
			
		||||
    name: &'static str,
 | 
			
		||||
    description: &'static str,
 | 
			
		||||
    pub r#type: BotType,
 | 
			
		||||
    pub name: &'static str,
 | 
			
		||||
    pub description: &'static str,
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#[derive(serde::Serialize)]
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user