Skip to content

TorchedSammy/litepresence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

46 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Litepresence

Discord rich presence for Lite XL.

Litepresence is a very simple plugin which adds a rich presence for Lite XL.

Setup

Litepresence uses a single self-contained Go program to send rich presence data.

You can download it here and just extract it to your Lite XL plugins folder. Alternatively, you can manually compile it with the steps below.

Compiling

Clone this repo into your plugins folder and then compile the presence program. Like so:

git clone https://github.com/TorchedSammy/litepresence
cd litepresence
go get
go build

License

Litepresence is licensed under MIT.