patch
This commit is contained in:
4
.vscode/launch.json
vendored
4
.vscode/launch.json
vendored
@@ -6,9 +6,9 @@
|
||||
"type": "coreclr",
|
||||
"request": "launch",
|
||||
"preLaunchTask": "buildUI",
|
||||
"program": "${workspaceFolder}/DiscordBotPlugins/DiscordBotUI/bin/Debug/net7.0/DiscordBotUI.dll",
|
||||
"program": "${workspaceFolder}/DiscordBotPlugins/DiscordBotUI/bin/Debug/net6.0/DiscordBotUI.dll",
|
||||
"args": [],
|
||||
"cwd": "${workspaceFolder}/DiscordBotPlugins/DiscordBotUI/bin/Debug/net7.0",
|
||||
"cwd": "${workspaceFolder}/DiscordBotPlugins/DiscordBotUI/bin/Debug/net6.0",
|
||||
"stopAtEntry": false,
|
||||
"console": "externalTerminal",
|
||||
"serverReadyAction": {
|
||||
|
||||
@@ -35,6 +35,7 @@ namespace DiscordBotUI.Controllers
|
||||
while (!isReady)
|
||||
await Task.Delay(100);
|
||||
|
||||
|
||||
await Task.Delay(2000);
|
||||
|
||||
BotModel model = new BotModel();
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<ProjectReference Include="..\..\PluginManager\PluginManager.csproj" />
|
||||
</ItemGroup>
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net7.0</TargetFramework>
|
||||
<TargetFramework>net6.0</TargetFramework>
|
||||
<Nullable>enable</Nullable>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
</PropertyGroup>
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<label>Bot Prefix</label>
|
||||
</div>
|
||||
<div class="user-box">
|
||||
<input asp-for=ServerID type="text" name="ServerID">
|
||||
<input asp-for=ServerID type="text" name="ServerID" required="">
|
||||
<label>Server ID</label>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user