Get bots
현재 작동 중인 챗봇 리스트를 가져온다.
Example
client.api.getBots(function(err, result) {
console.log(result);
});Returns
[
{
id: 29,
name: 'Buy MO with Visa or Mastercard',
pairing_code: 'A1i/[email protected]/bb#0000',
description: 'This bot helps to buy MO with Visa or Mastercard. The payments are processed by Indacoin. Part of the fees paid is offset by the reward you receive from the undistributed funds.'
},
{
id: 31,
name: 'World Community Grid linking bot',
pairing_code: 'A/JWTKvgJQ/[email protected]/bb#0000',
description: 'Donate your device’s spare computing power to help scientists solve the world’s biggest problems in health and sustainability, and earn some MOs in the meantime. This bot allows you to link your DUBU4 address and WCG account in order to receive daily rewards for your contribution to WCG computations.\n\nWCG is an IBM sponsored project, more info at https://www.worldcommunitygrid.org'
},
...
]Last updated
Was this helpful?