Skip to content

Commit d6c4051

Browse files
author
reishimanfr
committed
✨ v2.2.0 - A lot of changes (see releases)
1 parent f38bd32 commit d6c4051

76 files changed

Lines changed: 409 additions & 400 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.env.example

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ TENOR_API_KEY=null
1010
# Provide in minutes
1111
PLAYER_TIMEOUT=10
1212

13+
# This is only ran once. Creates a empty server dedicated to storing
14+
# custom emojis used by the bot like progress bar parts or different
15+
# buttons like the skip/play/pause/etc button.
16+
# There is no reason to disable this most of the time unless you want
17+
# to use custom emojis. For that go to the icons.json file at the root
18+
# folder and add the emojis yourself.
19+
CREATE_CUSTOM_EMOJI_GUILD=true
20+
1321
# Available options: postgres, sqlite
1422
DATABASE_DIALECT=sqlite
1523
DATABASE_HOST=localhost

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ postgres-data
99
lavalink
1010
plugins
1111
docker-compose.yml
12-
package-lock.json
12+
package-lock.json
13+
icons.json

src/Assets/b0.png

1.43 KB

src/Assets/b10.png

1.81 KB

src/Assets/b100.png

2.25 KB

src/Assets/b20.png

1.93 KB

src/Assets/b30.png

2 KB

src/Assets/b40.png

2.05 KB

src/Assets/b50.png

2.06 KB

src/Assets/b60.png

2.06 KB

0 commit comments

Comments
 (0)