Skip to content

Commit 92f551e

Browse files
fix: update pwnyy flowchart asset url
1 parent ffcc8b3 commit 92f551e

2 files changed

Lines changed: 11 additions & 16 deletions

File tree

streamerbot/3.api/1.sub-actions/core/logic/if-else.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,5 @@ variables:
8181
---
8282

8383
::collapsible{name="If/Else Flow Diagram by pwnyy"}
84-
::small{.text-gray-400}
85-
Right-Click -> Open in New Tab to view full size
86-
::
87-
![If-Else flowchart](/1.get-started/assets/if-else-flowchart.png)
88-
::
84+
![If-Else Flow Chart by pwnyy (Right-Click to open full size in a new tab)](/assets/1.get-started/assets/if-else-flowchart.png)
85+
::

streamerbot/3.api/3.csharp/1.recipes/visual-studio-code.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,19 @@ icon: mdi:microsoft-visual-studio-code
55
ogImage:
66
icon: mdi:microsoft-visual-studio-code
77
---
8-
# Streamer.bot C# Extension
98

9+
::tip
10+
**VSCode Extension now available!** :br
1011
This extension automates the process of setting up a Streamer.bot C# project directory with IntelliSense, while also providing hover documentation for CPH methods. Installation includes the base C# extension dependency.
12+
::
1113

12-
::card-group
13-
::card{title="Visual Studio Code" icon=mdi:microsoft-visual-studio-code to="https://code.visualstudio.com/download"}
14-
Follow the installation instructions for your operating system
15-
::
14+
::card{title="Streamer.bot C# Extension for Visual Studio Code" icon=mdi:microsoft-visual-studio-code color=info to="https://marketplace.visualstudio.com/items?itemName=fajita-of-treason.streamer-bot-csharp"}
15+
Write Streamer.bot C# code with IntelliSense and documentation
1616

17-
::card{title="Streamer.bot C# Extension" icon=mdi:language-csharp color=info to="https://marketplace.visualstudio.com/items?itemName=fajita-of-treason.streamer-bot-csharp"}
18-
Write Streamer.bot C# code with IntelliSense and documentation
19-
::
17+
<small>by FajitaOfTreason</small>
2018
::
2119

22-
# Manual Setup
20+
<hr>
2321

2422
This tutorial provides a general step-by-step guide on setting up Visual Studio Code (VS Code) for writing C# code for Streamer.bot.
2523

@@ -66,7 +64,7 @@ Open the `Explorer` view by selecting `View > Explorer` from the menu bar, or us
6664

6765
![A new file being named StreamerBot.csproj](assets/vscode-naming-new-csproj.png)
6866

69-
:br
67+
<br>
7068

7169
3. Paste the contents from the code block below into your new `.csproj` file:
7270

@@ -111,7 +109,7 @@ Open the `Explorer` view by selecting `View > Explorer` from the menu bar, or us
111109
```
112110
::
113111

114-
:br
112+
<br>
115113

116114
4. Replace the value of the `<StreamerBotPath>`{lang=xml} xml tag to point to your Streamer.bot directory and save the file.
117115

0 commit comments

Comments
 (0)