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

https://github.com/foxfirecodes/reaction-reorder

A simple algorithm to determine the steps necessary to reorder reactions on a Discord message
https://github.com/foxfirecodes/reaction-reorder

Last synced: about 1 year ago
JSON representation

A simple algorithm to determine the steps necessary to reorder reactions on a Discord message

Awesome Lists containing this project

README

          

# reaction-reorder

> A simple algorithm to determine the steps necessary to reorder reactions on a Discord message

## Setup

```bash
# clone the repo
git clone https://github.com/Rayzr522/reaction-reorder.git
cd reaction-reorder
# install dependencies
npm ci
```

## Tests

```bash
# run automated tests via jest using npm
npm test
```