Skip to content

Commit efc0166

Browse files
dustin-jwcatheraaine
authored andcommitted
feat: support reactions to dad jokes
1 parent ca76694 commit efc0166

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

main.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ var registeredReactions = reactionbot.RegisteredReactions{
1717
Name: "Reaction Bot Testing",
1818
Channel: "reaction-bot-testing",
1919
},
20+
"drum_with_drumsticks": {
21+
Name: "Dad Joke",
22+
Channel: "dad-jokes",
23+
},
2024
}
2125

2226
func main() {

0 commit comments

Comments
 (0)