-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
content: "Any piece could be good compared to your current artifacts. If you want us to help judge that, we need to know the characters you are building and what you already have as options." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
content: "**There are no best or "must pull" options in Genshin.** | ||
No number on a spreadsheet can say what's "best" because the "best" character changes based on content and your own gameplay style. Properly built, every character can clear game content. As long as you enjoy the game you're winning." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
match: ${ TRIGGER_PREFIX }(?:[bB]aloopy)(?:\s|$) | ||
interaction: | ||
content: "<@569859330376073218>" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
match: ${ TRIGGER_PREFIX }(?:[lL]it)(?:\s|$) | ||
interaction: | ||
content: "<@245287312244736002>" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
interaction: miscellaneous/good | ||
description: "Is this good?" | ||
|
||
match: ${ TRIGGER_PREFIX }([gG]ood)(?:\s|$) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
interaction: miscellaneous/meta | ||
description: "Is this charecter Meta?" | ||
|
||
match: ${ TRIGGER_PREFIX }([mM]eta)(?:\s|$) |