Skip to content

Instantly share code, notes, and snippets.

@kypkyp
Last active December 24, 2016 18:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kypkyp/2a67f93009ee452ec7c61ff2abd1ebae to your computer and use it in GitHub Desktop.
Save kypkyp/2a67f93009ee452ec7c61ff2abd1ebae to your computer and use it in GitHub Desktop.
とても しんぷるな やつ
/* じっさいには トークンとか いろいろな初期設定がひつよう (ただし デフォルトのサンプルコードに のっとればOK)*/
controller.hears(['hi'], 'direct_message,direct_mention,mention,ambient', function(bot, message) {
if(message.channel === "********"){
bot.say({
channel:"C2Z3UJWAW",
text:"hello!",
username:"kyp_bot"
});
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment