diff options
| author | Zagrthos <[email protected]> | 2022-03-25 00:19:48 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-03-24 18:19:48 -0500 |
| commit | 2f9382f5171717fa512c03b3a3c08bd15ae85dd7 (patch) | |
| tree | d377ed5d0fbb68e682b22b064a4eac705e228475 /.env.example | |
| parent | cf4905337005768644178d46c744cfdc90bef7ff (diff) | |
| download | muse-2f9382f5171717fa512c03b3a3c08bd15ae85dd7.tar.xz muse-2f9382f5171717fa512c03b3a3c08bd15ae85dd7.zip | |
Add customizable Bot status (#599)
Co-authored-by: Max Isom <[email protected]>
Co-authored-by: Max Isom <[email protected]>
Diffstat (limited to '.env.example')
| -rw-r--r-- | .env.example | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/.env.example b/.env.example index 32a74a7..cfa8f2f 100644 --- a/.env.example +++ b/.env.example @@ -4,5 +4,14 @@ YOUTUBE_API_KEY= SPOTIFY_CLIENT_ID= SPOTIFY_CLIENT_SECRET= -# Optional +############ +# Optional # +############ + # CACHE_LIMIT=2GB + +# See the README for details on the below variables +# BOT_STATUS= +# BOT_ACTIVITY_TYPE= +# BOT_ACTIVITY_URL= +# BOT_ACTIVITY= |
