mirror of
				https://gitlab.com/ceda_ei/Quadnite-Bot
				synced 2025-10-31 17:20:05 +01:00 
			
		
		
		
	Add /are
This commit is contained in:
		| @@ -6,6 +6,7 @@ dc - Check availability of .com domain | |||||||
| coin - Tosses a coin | coin - Tosses a coin | ||||||
| wiki - search the Arch wiki | wiki - search the Arch wiki | ||||||
| is - Is <your question> | is - Is <your question> | ||||||
|  | are - Is <your question> | ||||||
| can - Can <your question> | can - Can <your question> | ||||||
| will - will <your question> | will - will <your question> | ||||||
| shall - shall <your question> | shall - shall <your question> | ||||||
|   | |||||||
| @@ -273,6 +273,10 @@ $modules = array( | |||||||
|     "command" => "/is", |     "command" => "/is", | ||||||
|     "function" => "yes_or_no();" |     "function" => "yes_or_no();" | ||||||
|   ), |   ), | ||||||
|  |   array( | ||||||
|  |     "command" => "/are", | ||||||
|  |     "function" => "yes_or_no();" | ||||||
|  |   ), | ||||||
|   array( |   array( | ||||||
|     "command" => "/can", |     "command" => "/can", | ||||||
|     "function" => "yes_or_no();" |     "function" => "yes_or_no();" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user