initial commit: fork

This commit is contained in:
2023-10-27 10:31:20 +02:00
commit a52dbbc103
195 changed files with 17484 additions and 0 deletions

34
.env.example Normal file
View File

@@ -0,0 +1,34 @@
# DB URL
DATABASE_URL="postgresql://john:doe@localhost:5432/master-bot?schema=public"
# Bot Token
DISCORD_TOKEN=""
NEXTAUTH_SECRET="somesupersecrettwelvelengthword"
NEXTAUTH_URL=
NEXTAUTH_URL_INTERNAL=http://localhost:3000
NEXT_PUBLIC_INVITE_URL="https://discord.com/api/oauth2/authorize?client_id=yourclientid&permissions=8&scope=bot"
# Next Auth Discord Provider
DISCORD_CLIENT_ID=""
DISCORD_CLIENT_SECRET=""
# Lavalink
LAVA_HOST="0.0.0.0"
LAVA_PASS="youshallnotpass"
LAVA_PORT=2333
LAVA_SECURE=false
# Spotify
SPOTIFY_CLIENT_ID=""
SPOTIFY_CLIENT_SECRET=""
# Twitch
TWITCH_CLIENT_ID=""
TWITCH_CLIENT_SECRET=""
# Other APIs
TENOR_API=""
NEWS_API=""
GENIUS_API=""
RAWG_API=""