diff --git a/plugins/frosch.lua b/plugins/frosch.lua new file mode 100644 index 0000000..acde55a --- /dev/null +++ b/plugins/frosch.lua @@ -0,0 +1,11 @@ +function run(msg, matches) + return '🐸🐸🐸' +end + +return { + description = "Sendet alle Emoticons", + usage = {"/frosch","/Frosch"}, + patterns = {"^/frosch","^/Frosch"}, + run = run +} +--by Akamaru \ No newline at end of file