This repository has been archived on 2021-04-24. You can view files and clone it, but cannot push or open issues or pull requests.
Mikubot/plugins/frosch.lua

11 lines
221 B
Lua
Raw Normal View History

2015-05-16 16:33:53 +02:00
function run(msg, matches)
return '🐸🐸🐸'
end
return {
2015-05-16 16:35:31 +02:00
description = "🐸🐸🐸",
2015-05-16 16:33:53 +02:00
usage = {"/frosch","/Frosch"},
patterns = {"^/frosch","^/Frosch"},
run = run
}
2015-05-22 17:01:33 +02:00
--by Akamaru [https://ponywave.de]