fixed a typo in fish shop

updated fish design.md
This commit is contained in:
Toastie 2025-04-02 14:57:53 +13:00
parent 68e736ceb8
commit 015724a150
Signed by: toastie_t0ast
GPG key ID: 0861BE54AD481DC7
2 changed files with 5 additions and 4 deletions
src/EllieBot/Modules/Games/Fish

View file

@ -32,10 +32,11 @@ flowchart TD
A[.fish] --> B[Catch Fish] A[.fish] --> B[Catch Fish]
B --> C["Show off with .fili"] B --> C["Show off with .fili"]
B --> G["Show up in fishfeed"] --> E
B --> D["Complete the set"]:::todo B --> D["Complete the set"]:::todo
D --> E[Recognition]:::todo & F[Buff?]:::todo D --> E[Recognition] & F[Buff?]:::todo
F --> B F --> B
B --> X[Buy equipment]:::todo B --> X[Buy equipment]
X1[Modify Odds]:::todo --> B X1[Modify Odds] --> B
X --> X1 X --> X1
``` ```

View file

@ -21,7 +21,7 @@ public partial class Games
{ {
var eb = CreateEmbed() var eb = CreateEmbed()
.WithTitle(GetText(strs.fish_items_title)) .WithTitle(GetText(strs.fish_items_title))
.WithFooter("`.fibuy <id>` to by an item") .WithFooter("`.fibuy <id>` to buy an item")
.WithOkColor(); .WithOkColor();
foreach (var item in pageItems) foreach (var item in pageItems)