mirror of
https://github.com/kirameki-cafe/Yumi.git
synced 2026-09-13 18:59:19 +00:00
Update README.md
This commit is contained in:
@@ -44,15 +44,15 @@ Take a look inside [.env.example](https://github.com/kirameki-cafe/Yumi/blob/mai
|
|||||||
- ``NODE_ENV`` Environment type, ``development`` or ``production``
|
- ``NODE_ENV`` Environment type, ``development`` or ``production``
|
||||||
- ``DATABASE_URL`` Connection URL to your database. [More info](https://www.prisma.io/docs/getting-started/setup-prisma/start-from-scratch/relational-databases/connect-your-database-typescript-postgres)
|
- ``DATABASE_URL`` Connection URL to your database. [More info](https://www.prisma.io/docs/getting-started/setup-prisma/start-from-scratch/relational-databases/connect-your-database-typescript-postgres)
|
||||||
- ``DISCORD_TOKEN`` Your discord bot token
|
- ``DISCORD_TOKEN`` Your discord bot token
|
||||||
- ``DEVELOPER_IDS`` List of Discord Snowflake User ID that can access developer only modules, separated by ``,``
|
- ``DEVELOPER_IDS`` (Optional) List of Discord Snowflake User ID that can access developer only modules, separated by ``,``
|
||||||
- ``PRIVATE_BOT`` Should the bot invite be public? ``true`` or ``false``
|
- ``PRIVATE_BOT`` Should the bot invite be public? ``true`` or ``false``
|
||||||
- ``SUPPORT_URL`` (Optional) URL to your support server (If not set, support module will show not available message)
|
- ``SUPPORT_URL`` (Optional) URL to your support server (If not set, support module will show not available message)
|
||||||
- ``OSU_API_KEY`` [osu! API v1 key](https://github.com/ppy/osu-api/wiki)
|
- ``OSU_API_KEY`` (Optional) [osu! API v1 key](https://github.com/ppy/osu-api/wiki)
|
||||||
- ``YOUTUBE_COOKIE_BASE64`` YouTube cookies encoded in base64 [How to get cookies?](https://github.com/play-dl/play-dl/tree/main/instructions#youtube-cookies=) *
|
- ``YOUTUBE_COOKIE_BASE64`` (Optional) YouTube cookies encoded in base64 [How to get cookies?](https://github.com/play-dl/play-dl/tree/main/instructions#youtube-cookies=) *
|
||||||
- ``SPOTIFY_CLIENT_ID`` Spotify client ID
|
- ``SPOTIFY_CLIENT_ID`` (Optional) Spotify client ID
|
||||||
- ``SPOTIFY_CLIENT_SECRET`` Spotify client secret
|
- ``SPOTIFY_CLIENT_SECRET`` (Optional) Spotify client secret
|
||||||
- ``SPOTIFY_REFRESH_TOKEN`` Spotify refresh token **
|
- ``SPOTIFY_REFRESH_TOKEN`` (Optional) Spotify refresh token **
|
||||||
- ``SPOTIFY_CLIENT_MARKET`` Spotify market country code
|
- ``SPOTIFY_CLIENT_MARKET`` (Optional) Spotify market country code
|
||||||
|
|
||||||
\* Encode the cookies from the request headers base64 and put it in here instead of creating new file with ``play.authorization();`` code
|
\* Encode the cookies from the request headers base64 and put it in here instead of creating new file with ``play.authorization();`` code
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user