v0.3.1.0 - Added a few commands + fixes
This commit is contained in:
@@ -17,6 +17,10 @@ All commands are prefixed with your configured prefix (e.g. `s/`). Arguments in
|
||||
| Command | Aliases | Description |
|
||||
|---|---|---|
|
||||
| `help` | `cmds` | Shows all commands organised by category |
|
||||
| `source` | `src` | Link to the bot's source code |
|
||||
| `version` | `ver` | Shows the bot version, Valour server version, and Valour SDK version (current and latest) |
|
||||
| `source` | `src` | Link to the bot's source code |
|
||||
| `version` | `ver` | Shows the bot version, Valour server version, and Valour SDK version (current and latest) |
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -43,7 +43,9 @@ All data is stored in-memory only and is automatically cleared when the Bot rest
|
||||
|
||||
The Bot does not sell, rent, trade, or otherwise share any data with third parties.
|
||||
|
||||
The Bot makes no outbound requests to any third-party APIs.
|
||||
The Bot makes outbound requests to the following third-party APIs. These requests do not include any user data:
|
||||
|
||||
- **NuGet** (api.nuget.org) — fetched by the `version` command to check the latest Valour SDK version
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<TargetFramework>net10.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
<Version>0.3.0.2</Version>
|
||||
<Version>0.3.1.0</Version>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user