fixed a typo in fish shop
updated fish design.md
This commit is contained in:
parent
68e736ceb8
commit
015724a150
2 changed files with 5 additions and 4 deletions
src/EllieBot/Modules/Games/Fish
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue