Repositories (1)
Agigen-Slack-Chat
1 snippets stored for this repo
'username': name,
'channel': channel,
'icon_url': image ? image : '',
'icon_emoji': emoji ? emoji : (image ? '' : ':neckbeard:')
};
var xhr = new XMLHttpRequest();