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

11 lines
484 B
Lua
Raw Normal View History

2015-05-23 21:30:26 +02:00
function run(msg, matches)
return 'Name: Naira\nLink: https://telegram.me/addstickers/Naira\n\nName: Naira2\nLink: https://telegram.me/addstickers/Naira2\n\nName: Miku Hatsune\nLink: https://telegram.me/addstickers/MikuHatsune\n\nName: Pinkie Pie\nLink: https://telegram.me/addstickers/PinkiePie\n'
end
return {
description = "Sticker Pack Liste",
usage = {'/stickers','/Stickers'},
patterns = {'^/stickers$','^/Stickers$'},
run = run
}
--by Akamaru [https://ponywave.de]