Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/khionu/customrichstatus

A repl command line for updating a Discord Rich Presence
https://github.com/khionu/customrichstatus

discord rpc rust

Last synced: 3 months ago
JSON representation

A repl command line for updating a Discord Rich Presence

Awesome Lists containing this project

README

        

# Custom Rich Status
#### A repl command line for updating a Discord Rich Presence
[![GitHub license](https://img.shields.io/github/license/khionu/CustomRichStatus.svg)](https://github.com/khionu/CustomRichStatus/blob/master/LICENCE)
[![Build Status](https://travis-ci.com/khionu/CustomRichStatus.svg?branch=master)](https://travis-ci.com/khionu/CustomRichStatus)

## Getting Started
1) Head over to the [Discord Developer Portal](https://discordapp.com/developers) and create an Application.
2) Copy down your Client ID into your `config.yml`.
3) Add your assets to [this section](https://i.imgur.com/nqoSRFK.png) of your Application.

Check [the config defaults](https://github.com/khionu/CustomRichStatus/blob/master/config.defaults.yml) to see all
the configuration options available.

Additionally, check [the preset template](https://github.com/khionu/CustomRichStatus/blob/master/presets/template.yml)
for all fields that can be set in presets. Preset names correspond to their filename, minus extension.

For more information, run `help` after starting the program.

For support, join [the developer's Discord](https://discord.gg/uKxXevY)!