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

41 lines
840 B
Lua

function run(msg, matches)
return
[[
Name: Gronkh
Link: https://telegram.me/addstickers/Gronkh
Name: Miku Hatsune
Link: https://telegram.me/addstickers/MikuHatsune
Name: Naira
Link: https://telegram.me/addstickers/Naira
Name: Naira2
Link: https://telegram.me/addstickers/Naira2
Name: Pinkie Pie
Link: https://telegram.me/addstickers/PinkiePie
Name: Sharks
Link: https://telegram.me/addstickers/Sharks
Name: Sinnloser Scheiß
Link: https://telegram.me/addstickers/grummipol
Name: Sword Art Online
Link: https://telegram.me/addstickers/SwordArtOnlinePack
Name: Würfel
Link: https://telegram.me/addstickers/Wuerfel
Stickerpacks by @Akamaru
]]
end
return {
description = "Sticker Pack Liste",
usage = {'/stickers'},
patterns = {'^/[S|s]tickers$'},
run = run
}
--by Akamaru [https://ponywave.de]