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/pluginsold/frosch.lua

11 lines
221 B
Lua
Raw Normal View History

2015-07-21 16:13:35 +02:00
function run(msg, matches)
return '🐸🐸🐸'
end
return {
description = "🐸🐸🐸",
usage = {"/frosch","/Frosch"},
patterns = {"^/frosch","^/Frosch"},
run = run
}
--by Akamaru [https://ponywave.de]