mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-10 09:18:27 -04:00
Removed a todo (gif now shows how to enable priviledged intent) and slight update to linux guide
This commit is contained in:
@@ -41,6 +41,8 @@ In order to use music commands, you need ffmpeg and youtube-dl installed.
|
|||||||
|
|
||||||
### Linux From Source
|
### Linux From Source
|
||||||
|
|
||||||
|
Open Terminal (if you're on a linux with window manager) and navigate to the location where you want to install the bot (for example `cd ~`)
|
||||||
|
|
||||||
###### Prerequisites
|
###### Prerequisites
|
||||||
|
|
||||||
- [.net 5](https://dotnet.microsoft.com/download/dotnet/5.0)
|
- [.net 5](https://dotnet.microsoft.com/download/dotnet/5.0)
|
||||||
@@ -51,7 +53,7 @@ In order to use music commands, you need ffmpeg and youtube-dl installed.
|
|||||||
1. `git clone https://gitlab.com/kwoth/nadekobot -b v3 --depth 1`
|
1. `git clone https://gitlab.com/kwoth/nadekobot -b v3 --depth 1`
|
||||||
2. `cd nadekobot && dotnet publish -c Release -o output/ src/NadekBot/`
|
2. `cd nadekobot && dotnet publish -c Release -o output/ src/NadekBot/`
|
||||||
3. `cd output && cp creds_example.yml creds.yml`
|
3. `cd output && cp creds_example.yml creds.yml`
|
||||||
4. Open `creds.yml` with your favorite text editor (Please don't use notepad or wordpad. You can use notepad++, vscode, atom, sublime or something similar)
|
4. Open `creds.yml` with your favorite text editor
|
||||||
5. [Enter your bot's token](creds-guide)
|
5. [Enter your bot's token](creds-guide)
|
||||||
6. Run the bot `dotnet NadekoBot.dll`
|
6. Run the bot `dotnet NadekoBot.dll`
|
||||||
7. 🎉
|
7. 🎉
|
||||||
@@ -78,8 +80,6 @@ This document aims to guide you through the process of creating a Discord accoun
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
todo: update gif to show enabling of privileged intents
|
|
||||||
|
|
||||||
- On the **General Information** tab, copy your `Application ID` from your [applications page][DiscordApp].
|
- On the **General Information** tab, copy your `Application ID` from your [applications page][DiscordApp].
|
||||||
- Replace the `YOUR_CLIENT_ID_HERE` in this link:
|
- Replace the `YOUR_CLIENT_ID_HERE` in this link:
|
||||||
`https://discordapp.com/oauth2/authorize?client_id=YOUR_CLIENT_ID_HERE&scope=bot&permissions=66186303` with your `Client ID`
|
`https://discordapp.com/oauth2/authorize?client_id=YOUR_CLIENT_ID_HERE&scope=bot&permissions=66186303` with your `Client ID`
|
||||||
|
Reference in New Issue
Block a user