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
Raw Normal View History

2015-05-23 21:30:26 +02:00
function run(msg, matches)
2015-05-27 18:56:23 +02:00
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
]]
2015-05-23 21:30:26 +02:00
end
return {
description = "Sticker Pack Liste",
2015-05-27 18:56:23 +02:00
usage = {'/stickers'},
patterns = {'^/[S|s]tickers$'},
2015-05-23 21:30:26 +02:00
run = run
}
--by Akamaru [https://ponywave.de]