You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Invite your bot to the server by going to the **OAuth2 > URL Generator** page, selecting `bot` and `applications.commands` selecting `Administrator`. Then copy the link and paste it on your browser's address.
- Go to the **"Bot"** page and enable all options in the **Privileged Gateway Intents** section. 
67
+
- Invite your bot to the server by going to the **OAuth2 > URL Generator** page, selecting `bot` and `applications.commands` selecting `Administrator`. Then copy the link and paste it on your browser's address. 
70
68
71
69
### Setup a bot
72
70
@@ -89,32 +87,27 @@ npm install --save
89
87
90
88
- Go to https://firebase.google.com/ and start setting up the project.
91
89
- Add a new project and go through the steps.
92
-
- Add your first application with **Website**, name your app without the need to select **"Also set up Firebase Hosting for this app."** and register the app.
- Add your first application with **Website**, name your app without the need to select **"Also set up Firebase Hosting for this app."** and register the app. 
94
91
- Firebase will provide you with information about the configuration. Apply these values to the `.env.example` file.
95
92
- Go to **Build > [Realtime Database](https://console.firebase.google.com/u/0/project/_/database/data)** to create a database for storing data.
96
93
97
94
### Development
98
95
99
96
- Rename the `.env.example` file to `.env` and add all values.
100
-
- Go to terminal and run `npm run dev` for development and `npm start` for production.
101
-
> **NOTE**: When in development mode Some features may not work.
97
+
- Go to terminal and run `npm run dev` for development and `npm start` for production. > **NOTE**: When in development mode Some features may not work.
102
98
103
99
## Quick Troubleshooting
104
100
105
-
-If you run into problems during component installation which on the terminal says `gyp ERR! stack Error: not found: make`. This problem may be caused by the **build tools**not being installed properly or they may not be installed yet. The solution is to download the latest version of [Node.js](https://nodejs.org/)and tick this section within the installation process.
- If you can't install the **sodium** dependency, install **libsodium-wrappers** instead.
110
-
111
106
```bat
112
107
npm uninstall sodium
113
108
npm install libsodium-wrappers@latest --save
114
109
```
115
-
116
-
- If you can't play music or music playback commands are not working, install [FFmpeg](https://ffmpeg.org/download.html)**(recommended)** or install the **ffmpeg-static** package. and try again
117
-
110
+
- If you can't play music or music playback commands are not working, install [FFmpeg](https://ffmpeg.org/download.html)**(recommended)** or install the **ffmpeg-static** package.
If you encounter any problems from your current job You can let us know through the tab. [issue](https://github.com/Maseshi/Shioru/issues) of this repository.
131
-
132
-
## Google Translate
133
-
134
-
The content of this document has been translated by the [Google Translate](https://translate.google.com/) service. We apologize for any errors.
0 commit comments