Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #456

Merged
merged 1 commit into from
May 8, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@
<br />
<a href="https://discord.com/api/oauth2/authorize?client_id=875635121770889257&permissions=8&scope=bot%20applications.commands">Invite Lavamusic</a>
·
<a href="https://github.com/brblacky/lavamusic/issues">Report Bug</a>
·
<a href="https://github.com/brblacky/lavamusic/issues">Request Feature</a>
<a href="https://github.com/brblacky/lavamusic/issues">Report Bug & Request Feature</a>
</p>
</p>

Expand All @@ -42,6 +40,7 @@
- Highly Configurable
- User-friendly and Easy to Use
- 24/7 Music Playback
- Playlist commands

## 🎶 Support Sources

Expand Down Expand Up @@ -159,7 +158,7 @@ LAVALINK_SECURE= "true" # true for secure lavalink

**If you using replit than read this:**

go to **[prisma/schema.prisma](https://github.com/brblacky/lavamusic/blob/main/prisma/schema.prisma)** and add engine type like this
go to **[prisma/schema.prisma](https://github.com/brblacky/lavamusic/blob/main/prisma/schema.prisma)** and add engine type like this or remove `//` behind the `engineType`

```bash
generator client {
Expand All @@ -182,7 +181,7 @@ generator client {

7. Invite the bot to your server:

Generate an invite link for your bot and invite it to your server using the Discord Developer Portal.
Generate an invite link for your bot and invite it to your server using the Discord Developer Portal or using permissions calculator: https://discordapi.com/permissions.html

## 🚀 Installation using docker-compose

Expand All @@ -193,7 +192,7 @@ Download the [Docker-Compose file](https://raw.githubusercontent.com/brblacky/la
Edit the Docker-Compose file and make sure to edit the following variables:

```yaml
TOKEN="." # Your bot token
TOKEN="." # Your bot token and remember, don't show everyone your bot token
PREFIX="!" # Your prefix
OWNER_IDS="859640640640640640, 859640640640640640" # Your ID
CLIENT_ID="960072976412340254" # Your bot client ID
Expand Down