Skip to content

Commit

Permalink
Merge pull request #30 from TheTrackerCouncil/dr-dubz-art-alert
Browse files Browse the repository at this point in the history
Add Dr_Dubz art alerts
  • Loading branch information
Vivelin authored Nov 10, 2024
2 parents 7b7e428 + 1c620e6 commit bdd556b
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Profiles/BCU/responses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,10 @@ Chat:
PollErrorTerminated:
- Text: Did you think I wouldn't catch on to what you've been doing with the content polls, s kennedy? I hope you know I'm recording this to my personal stat tracking sheet.
Weight: 50 # Remove after it comes up
DrDubzArtPosted:
- Text: Stop what you're doing, Doctor Dubz just posted art.
- Text: Hey {{User}}, Doctor Dubz just posted something important. You should take a look.
- Text: Doctor Dubz art alert.
UserNamePronunciation:
pinkkittyrose: Pink Kitty Rose
skennedysa: s kennedy
Expand Down
1 change: 1 addition & 0 deletions Profiles/Templates/responses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ Chat:
PollOpened:
PollError:
PollErrorTerminated:
DrDubzArtPosted:
AutoTracker:
WhenConnected:
WhenDisconnected:
Expand Down
11 changes: 11 additions & 0 deletions Schemas/responses.json
Original file line number Diff line number Diff line change
Expand Up @@ -2149,6 +2149,17 @@
"$ref": "#/definitions/SchrodingersString"
}
]
},
"DrDubzArtPosted": {
"description": "Gets the phrases to say when Dr_Dubz posts an art link in the chat.",
"oneOf": [
{
"type": "null"
},
{
"$ref": "#/definitions/SchrodingersString"
}
]
}
}
},
Expand Down

0 comments on commit bdd556b

Please sign in to comment.