Improve wording, add URLs
This commit is contained in:
parent
6d98c2cf19
commit
b1ea520fdf
4
index.js
4
index.js
@ -158,10 +158,10 @@ const Web3 = require('web3');
|
|||||||
getContributorByGithubUser(recipient).then(c => {
|
getContributorByGithubUser(recipient).then(c => {
|
||||||
kredits.addProposal(c.address, amount, url, '', (e/* , d */) => {
|
kredits.addProposal(c.address, amount, url, '', (e/* , d */) => {
|
||||||
if (e) { reject(); return; }
|
if (e) { reject(); return; }
|
||||||
messageRoom(`New proposal created: ${amount} for ${recipient}`);
|
messageRoom(`Let's give ${recipient} some kredits for ${url}! We just need two votes: https://kredits.kosmos.org`);
|
||||||
});
|
});
|
||||||
}, () => {
|
}, () => {
|
||||||
messageRoom(`Couldn\'t find contributor data for ${recipient}. Please add them first!`);
|
messageRoom(`I wanted to propose giving kredits to ${recipient} for ${url}, but I can't find their contact data. Please add them as a contributor: https://kredits.kosmos.org`);
|
||||||
});
|
});
|
||||||
|
|
||||||
resolve();
|
resolve();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user