Skip to content

Commit

Permalink
Update appbot.js
Browse files Browse the repository at this point in the history
  • Loading branch information
SwayerPT authored Sep 19, 2020
1 parent aa80032 commit cba0fef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appbot.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ client.on('friendRelationship', (steamID, relationship) => {

client.addFriend(steamID);
//client.removeFriend(steamID);
client.sendMessage(steamID, "Thank you for Added me. We talk later.");
client.chatMessage(steamID, "Thank you for Added me. We talk later.");
log(chalk.yellow('You have an invite from '+steamID+'.'));
}
});
Expand Down

0 comments on commit cba0fef

Please sign in to comment.