Allow the question to follow the command.

This commit is contained in:
Vincent Castellano 2015-04-08 17:11:53 -07:00
parent f4ac6057ba
commit 76960ef4ec

View File

@ -15,7 +15,7 @@ end
return {
description = "Magic 8Ball",
usage = "!magic8ball",
patterns = {"^!magic8ball$"},
patterns = {"^!magic8ball"},
run = run
}