felds / mocoto

Open source discord music bot (for learning purposes)
1 stars 4 forks source link

Pre reqs

1. Firestore database

We use Firebase to persist preferences between runs. Witout it you wont be able to use any features that rely on get/set/unsetPref functions (like the announcer)

Creating the credentials

Skip this step if you already have the credential file in hand

Loading the credentials

# .env
GOOGLE_APPLICATION_CREDENTIALS=/full/path/to/file/abc123.json