Skip to content

Commit

Permalink
🔖 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
niksudan committed Aug 16, 2020
1 parent d155616 commit f336ff9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ After each new playlist, a message is posted to a channel that will show the fol
- Popular artists (with total tracks)
- Dominant genres (with percentages)
- Most liked tracks (with total like score)
- Top contributors (with total contributions)
- Top curators (with total votes/contributions)
- Number of tracks & playlist link

## Reacting to Songs
Expand All @@ -27,6 +27,8 @@ If a song gets reacted with a 👍, this is counted as a **like**. The more like

If a song gets reacted with a 👎, this is counted as a **dislike**. This subtracts from the total number of likes. If a song is disliked enough, it will not appear in the playlist.

If users are using the voting system, the "Top curators" section will be based off total number of votes. If there are none, or the total is equal to 0, then it will use total contributions instead. Users with 0 votes do not get shown.

## Installation

Discord Weekly is a self-hosted bot, so you will need some server-side knowledge before installing.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "discord-weekly",
"version": "0.4.0",
"version": "0.4.1",
"author": "Nik Sudan",
"license": "MIT",
"dependencies": {
Expand Down

0 comments on commit f336ff9

Please sign in to comment.