Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 890 Bytes

File metadata and controls

28 lines (23 loc) · 890 Bytes

Discord Server

discord.lua

An object oriented Discord API wrapper written in Luvit runtime enviroment.

Installation

1st method (recommended)

Use lit package manager built-in with Luvit :

lit install RealJace/discord.lua

2nd method

Use git clone to clone this repo in your deps folder

git clone https://github.com/RealJace/discord.lua.git deps/discord.lua

You may also need to install these packages :

lit install creationix/coro-http
lit install creationix/coro-websocket
lit install luvit/secure-socket

Examples

You can find some examples in examples folder in this repo.