-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from williamkray/PR-v1.1.2
Clean up code a bit, and introduce upload functionality
- Loading branch information
Showing
4 changed files
with
48 additions
and
20 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
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 |
---|---|---|
@@ -1,7 +1,10 @@ | ||
api_key: API_KEY_HERE | ||
#Uncomment desired source for random gifs | ||
# can be either trending or random | ||
# note: this is only used when no query is passed! | ||
source: trending | ||
#source: random | ||
#Uncomment desired response type, either a quoted reply or just a new message | ||
# desired response type: | ||
# message: regular message containing url to gif | ||
# reply: reply-message containing url to gif | ||
# upload: image upload to the room | ||
response_type: message | ||
#response_type: reply |
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
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