Changed command

This commit is contained in:
Akamaru 2015-04-14 21:22:02 +02:00
parent 1da30f7252
commit b060a9628d

View File

@ -41,8 +41,8 @@ end
return {
description = "Sucht Bild mit Google-API und versendet es (SafeSearch aktiv)",
usage = "/img [Suchbegriff]",
patterns = {"^/img (.*)$"},
usage = "/img2 [Suchbegriff]",
patterns = {"^/img2 (.*)$"},
run = run
}