Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/khionu/customrichstatus
- Owner: khionu
- License: other
- Created: 2018-09-11T01:59:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-20T16:06:00.000Z (almost 6 years ago)
- Last Synced: 2024-10-12T01:50:10.535Z (4 months ago)
- Topics: discord, rpc, rust
- Language: Rust
- Size: 74.2 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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)!