- docker
- docker-compose
- a Discord developer token and timeout keys
- Giphy API Key
- Spotify Secret and ID
- Google API Key
- Create a
config.jsonin the root directory with requied api keys.
{
"token": "NotARealDiscordToken",
"tokenTimeout": NotARealDiscordTimeout",
"giphyApiKey": "NotARealGiphyApiKey",
"prefix": "!",
"spotifyID": "NotARealSpotifyID",
"spotifySecret": "NotArealSpotifySecret",
"googleApiKey": "NotARealGoogleApiKey"
}
docker-compose up --build