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
- Host: GitHub
- URL: https://github.com/foxfirecodes/reaction-reorder
- Owner: foxfirecodes
- Created: 2021-03-03T08:15:00.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-01-07T05:47:58.000Z (about 3 years ago)
- Last Synced: 2025-01-09T01:27:41.255Z (about 1 year ago)
- Language: JavaScript
- Size: 646 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
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
```