Created
November 6, 2017 10:26
-
-
Save Pitasi/09b4c754601fb85f418311a06d379258 to your computer and use it in GitHub Desktop.
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
module.exports = { | |
// text | |
"i did not hit her": { type: 'text', value: 'https://www.youtube.com/watch?v=zLhoDB-ORLQ'} | |
// gif | |
"nodejs": { type: 'gif', id: 'CgADBAADLQIAAlnKaVMm_HsznW30oQI' }, | |
// sticker | |
"woah": { type: 'sticker', id: 'CAADAgAD5gADJQNSD34EF_pwQMgbAg' }, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment