Skip to content
AsynchronousMatrix edited this page May 25, 2024 · 2 revisions

Discord-Luau

A Luau discord API wrapper, built to be ran through the Lune luau runtime

⚠️ There is no stable API for this project yet! Please do not use this, or plan to use this in any production application!

Documentation

Documentation does exist, however, it's not complete or anywhere close to what the final form of this documentation will look like.

Installation

This project expects you to understand how to manipulate Git Submodules, at which, any project which uses this library/resource should add this repository as a Git Submodule, and require it through;

local DiscordLuau = require("Submodules/DiscordLuau")

Features

At the time of writing this, v0.2.0 has the ability to connect to the discord websocket.. but that it 😄

Schedule

There is no schedule! Some weekends I may commit to this repository, others I may have reserved for other cool projects.. 🥲

Context

Creating some sort of Discord API wrapper has always been one of my goals, not sure why, just web-sockets, magic and discord seem to ring home a sense of enjoyment for me!

This project is the product of me fulfilling that goal.. 😄

Clone this wiki locally