v0.3.1.0 - Added a few commands + fixes

This commit is contained in:
2026-04-18 03:51:46 +01:00
parent 675ea71948
commit 74f193ccb2
3 changed files with 8 additions and 2 deletions

View File

@@ -17,6 +17,10 @@ All commands are prefixed with your configured prefix (e.g. `s/`). Arguments in
| Command | Aliases | Description | | Command | Aliases | Description |
|---|---|---| |---|---|---|
| `help` | `cmds` | Shows all commands organised by category | | `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) |
--- ---

View File

@@ -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 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
--- ---

View File

@@ -5,7 +5,7 @@
<TargetFramework>net10.0</TargetFramework> <TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings> <ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
<Version>0.3.0.2</Version> <Version>0.3.1.0</Version>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>