diff options
| author | Max Isom <[email protected]> | 2020-03-16 12:01:22 -0500 |
|---|---|---|
| committer | Max Isom <[email protected]> | 2020-03-16 12:01:22 -0500 |
| commit | 53cd705bde65ea092642e437f95ba39ec087eac8 (patch) | |
| tree | b053acdf74634fe7697e8390ead02673da058499 /src/utils/loading-message.ts | |
| parent | 18e851821caa13747c8d946abe36d3e2e5d6dcbd (diff) | |
| download | muse-53cd705bde65ea092642e437f95ba39ec087eac8.tar.xz muse-53cd705bde65ea092642e437f95ba39ec087eac8.zip | |
Allow skipping past current song in empty queue
Diffstat (limited to 'src/utils/loading-message.ts')
| -rw-r--r-- | src/utils/loading-message.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/loading-message.ts b/src/utils/loading-message.ts index 9773c03..3d24905 100644 --- a/src/utils/loading-message.ts +++ b/src/utils/loading-message.ts @@ -17,7 +17,7 @@ export default class { const period = 500; - const icons = ['⚪', '🔵', '⚫']; + const icons = ['🐮', '🐴', '🐄']; const reactions = []; |
