mirror of https://github.com/cloudwithax/flare.git
init commit
This commit is contained in:
parent
6fb765463e
commit
b55d881508
|
|
@ -0,0 +1,4 @@
|
|||
# Flare
|
||||
|
||||
A fully-featured Lavalink client library for Lua that works seamlessly with Discordia.
|
||||
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"folders": [
|
||||
{
|
||||
"path": "."
|
||||
}
|
||||
],
|
||||
"settings": {}
|
||||
}
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
return {
|
||||
node = require("node"),
|
||||
player = require("player")
|
||||
pool = require("pool")
|
||||
}
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
return {
|
||||
name = 'cloudwithax/flare',
|
||||
version = '1.0.0',
|
||||
homepage = 'https://github.com/cloudwithax/flare',
|
||||
license = 'MIT',
|
||||
files = {
|
||||
'**.lua'
|
||||
},
|
||||
tags = { 'discord', 'api', 'lavalink' },
|
||||
author = 'cloudwithax',
|
||||
}
|
||||
Loading…
Reference in New Issue