flare/package.lua

15 lines
471 B
Lua

return {
name = "flare",
version = "0.0.1",
description = "A fully-featured Lavalink client library for Lua that works seamlessly with Discordia.",
tags = { "discord", "api", "lavalink", "discordia", "lua", "lit", "luvit" },
license = "MIT",
author = { name = "cloudwithax", email = "heyimnick14@gmail.com" },
homepage = "https://github.com/cloudwithax/flare",
dependencies = {},
files = {
"**.lua",
"!test*"
}
}