Open
Conversation
085ba37 to
482a75b
Compare
a020639 to
8b02a8b
Compare
8b02a8b to
4b9ae61
Compare
10cbedc to
a8cca13
Compare
4b9ae61 to
b729114
Compare
a8cca13 to
aef4e2f
Compare
b729114 to
42c8650
Compare
aef4e2f to
a6d0a85
Compare
9d80fef to
bf76145
Compare
a6d0a85 to
a5c52b5
Compare
a5c52b5 to
cd9d395
Compare
a9c4d1a to
2a3ccd8
Compare
cd9d395 to
1c03d13
Compare
1c03d13 to
0e6c160
Compare
2a3ccd8 to
079ac5b
Compare
079ac5b to
d38068a
Compare
02bdf20 to
a44ff7c
Compare
d38068a to
2e213fa
Compare
2e213fa to
82265a5
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Refactors
chatbot::query_chatinto a method on theChatbotdata structure. This causes the build to break for theservercrate. The main changes are:Chatbot::newtakes as input a vector of emojis, which the chatbot will include to improve the attitude of users.Chatbot::query_chatis stateful because it rotates through emojis to keep the chat fresh.