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

25 lines
465 B
Lua

function run(msg, matches)
return
[[
Name: Naira
Link: https://telegram.me/addstickers/Naira
Name: Naira2
Link: https://telegram.me/addstickers/Naira2
Name: Miku Hatsune
Link: https://telegram.me/addstickers/MikuHatsune
Name: Pinkie Pie
Link: https://telegram.me/addstickers/PinkiePie
]]
end
return {
description = "Sticker Pack Liste",
usage = {'/stickers'},
patterns = {'^/[S|s]tickers$'},
run = run
}
--by Akamaru [https://ponywave.de]