mirror of
https://github.com/RafaelSolVargas/Vulkan.git
synced 2025-10-29 16:57:23 +00:00
Resolving issue 33
This commit is contained in:
@@ -69,7 +69,7 @@ BOT_PREFIX=Your_Wanted_Prefix_For_Vulkan
|
||||
```
|
||||
|
||||
### **⚙️ Configs**
|
||||
The config file is located at ```./config/Configs.py```, it doesn't require any change, but if you can change values to the way you want.
|
||||
The config file is located at ```./config/Configs.py```, it doesn't require any change, but if you can change values to the way you want. <br>
|
||||
|
||||
|
||||
### **Initialization**
|
||||
@@ -77,6 +77,13 @@ The config file is located at ```./config/Configs.py```, it doesn't require any
|
||||
- Run ```python main.py``` in console to start
|
||||
|
||||
|
||||
### **Configuring Auto Disconnect**
|
||||
As a result of the [Issue 33](https://github.com/RafaelSolVargas/Vulkan/issues/33) now you can configure if the Bot will auto disconnect when being alone in the voice channel, the default configuration is to disconnect within 300 seconds if it finds out no one is currently listing to it.
|
||||
To change that you must: <br>
|
||||
- Change the property SHOULD_AUTO_DISCONNECT_WHEN_ALONE of the VConfigs class to False
|
||||
> The path to the file is ./Config/Configs.py
|
||||
|
||||
|
||||
<br>
|
||||
<hr>
|
||||
<br>
|
||||
|
||||
Reference in New Issue
Block a user