Allow the question to follow the command.
This commit is contained in:
		@@ -15,7 +15,7 @@ end
 | 
				
			|||||||
return {
 | 
					return {
 | 
				
			||||||
  description = "Magic 8Ball",
 | 
					  description = "Magic 8Ball",
 | 
				
			||||||
  usage = "!magic8ball",
 | 
					  usage = "!magic8ball",
 | 
				
			||||||
  patterns = {"^!magic8ball$"},
 | 
					  patterns = {"^!magic8ball"},
 | 
				
			||||||
  run = run
 | 
					  run = run
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user