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/facepalm.lua

11 lines
291 B
Lua

function run(msg, matches)
send_document(get_receiver(msg), "sticker/facepalm.webp", ok_cb, false)
end
return {
description = "Sendet ein Facepalm-Sticker",
usage = {"/facepalm","/Facepalm"},
patterns = {"^/facepalm","^/Facepalm"},
run = run
}
--by Akamaru [https://ponywave.de]