added frosch plugin
This commit is contained in:
parent
643d2554bf
commit
b15c5a2f66
11
plugins/frosch.lua
Normal file
11
plugins/frosch.lua
Normal file
@ -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
|
Reference in New Issue
Block a user