Skip to content

Commit

Permalink
Added k!meta k!good k!lit k!baloopy
Browse files Browse the repository at this point in the history
  • Loading branch information
EkoAdP committed Apr 7, 2023
1 parent 6c0c400 commit 25a4a65
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions interactions/miscellaneous/good.yaml
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."
2 changes: 2 additions & 0 deletions interactions/miscellaneous/meta.yaml
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."
3 changes: 3 additions & 0 deletions triggers/copypasta/baloopy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
match: ${ TRIGGER_PREFIX }(?:[bB]aloopy)(?:\s|$)
interaction:
content: "<@569859330376073218>"
3 changes: 3 additions & 0 deletions triggers/copypasta/lit.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
match: ${ TRIGGER_PREFIX }(?:[lL]it)(?:\s|$)
interaction:
content: "<@245287312244736002>"
4 changes: 4 additions & 0 deletions triggers/kqm/good.yaml
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|$)
4 changes: 4 additions & 0 deletions triggers/kqm/meta.yaml
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|$)

0 comments on commit 25a4a65

Please sign in to comment.