Commit graph

579 commits

Author SHA1 Message Date
filipnyquist
d42313d0f8
Update claimbot.js 2018-10-24 23:44:55 +02:00
filipnyquist
9f32f4bf47
Merge pull request #221 from lbryio/filipnyquist-patch-6
Pause claimbot until..
2018-10-24 23:32:19 +02:00
filipnyquist
744772b449
Pause claimbot until..
Pause the claimbot module until we get https://github.com/lbryio/chainquery/issues/58 fixed and merged!
2018-10-24 23:29:36 +02:00
filipnyquist
de9649c626
Merge pull request #220 from ykris45/patch-6
change link to reward faq
2018-10-21 22:30:16 +02:00
YULIUS KURNIAWAN KRISTIANTO
477ed6be4b
fix typos 2018-10-12 04:39:16 +07:00
YULIUS KURNIAWAN KRISTIANTO
3980c389f0
rewords 2018-10-12 04:33:24 +07:00
YULIUS KURNIAWAN KRISTIANTO
064b7ee007
change link to reward faq 2018-10-12 04:20:47 +07:00
Niko Storni
fc7c431bbe
Merge branch 'ykris45-patch-5' 2018-10-11 16:51:21 -04:00
Niko Storni
a323dd4418 formatted code 2018-10-11 16:50:49 -04:00
YULIUS KURNIAWAN KRISTIANTO
ccf3105d94
Update commands.json
i use prettier code formatter for vscode
2018-10-09 23:54:12 +07:00
filipnyquist
074bbf5107
Merge pull request #216 from lbryio/travis
Add travis
2018-08-28 14:12:54 +02:00
filipnyquist
349b082e2a
Merge pull request #215 from lbryio/dep-upgrade
Upgrade dependencies and remove yarn
2018-08-28 14:12:29 +02:00
Niko Storni
85f8e4382b
update README 2018-08-28 07:19:36 -04:00
Niko Storni
2f0d59a8d0
add travis banner 2018-08-28 07:13:24 -04:00
Niko Storni
1c320864f0
run latest npm 2018-08-28 07:10:11 -04:00
Niko Storni
8874148646 add travis
update repository info
2018-08-28 07:05:03 -04:00
Niko Storni
2ed6582dbf run precommit before pushing! 2018-08-28 06:47:27 -04:00
Niko Storni
2b186b453c upgrade deps
stop using yarn
update readme
2018-08-28 06:45:49 -04:00
filipnyquist
43fec97474
We do not need toFixed, toFloat does this automatically for us. 2018-08-22 20:22:28 +02:00
YULIUS KURNIAWAN KRISTIANTO
1770f147cf Update claimbot.js (#214) 2018-08-22 19:13:34 +02:00
filipnyquist
abd45143ff
Merge pull request #213 from lbryio/filipnyquist-patch-5
Added bugfixes for #212
2018-08-22 18:39:27 +02:00
filipnyquist
8e5488c822
Added bugfixes for #212
Added all the fixes that discord currently allows us to do!
Fixes:
Renamed Author to Channel
Rounded to 3 decimals instead of 2
Changed the image to be an image and not thumbnail, gives us a bit of a bigger image.
2018-08-22 18:39:00 +02:00
filipnyquist
8276a581eb
Remove toLowercase until bug has been fixed.
Remove toLowercase until the bug has been fixed.
2018-08-22 18:07:11 +02:00
filipnyquist
a1e42cb4df
Merge pull request #211 from lbryio/chainquery-data
Added the missing metadata about the claim value, changed the author …
2018-08-22 13:31:58 +02:00
filipnyquist
7bbb637d7c Added the missing metadata about the claim value, changed the author to channel.
This fixes #98.
2018-08-22 03:30:41 +02:00
filipnyquist
e9d779ca52
Merge pull request #210 from lbryio/claimbot-chainquery
Changed wunderbot to use chainquery for claims, this allows us to get…
2018-08-21 12:46:57 +02:00
filipnyquist
7d524713f4 Changed wunderbot to use chainquery for claims, this allows us to get more information into the claims. Also cleaned up the message format.
This PR fixes #190, #152, #97.
2018-08-21 12:46:12 +02:00
filipnyquist
a318f4a114
Merge pull request #209 from LavRadis/patch-1
Clarifications about the LBRYian role - Update rolesetter.js
2018-07-30 15:16:48 +02:00
filipnyquist
ac78ac158b Added lowercase to wunderbot ranks. Fixes #160. 2018-07-30 15:09:45 +02:00
Lav Radis
ca746a9a0f
Update rolesetter.js
Just some clarifications about the LBRYian role based on question form a user.
2018-07-28 20:29:25 +02:00
filipnyquist
dd50a6eec4
Merge pull request #208 from ykris45/patch-3
Update commands.json
2018-07-25 20:15:11 +02:00
YULIUS KURNIAWAN KRISTIANTO
6cda953a66
Update commands.json 2018-07-26 01:14:13 +07:00
YULIUS KURNIAWAN KRISTIANTO
943d096aa1
Update commands.json 2018-07-26 01:03:36 +07:00
filipnyquist
bc1968f0df
Merge pull request #207 from lbryio/filipnyquist-patch-4
Fixed so that the claimId is added to urls.
2018-07-19 15:56:02 +02:00
filipnyquist
f0318d1338
Fixed so that the claimId is added to urls.
Now claims have their id added to the link, this fixes #192.
2018-07-19 15:54:58 +02:00
filipnyquist
486fb43b73
Update lbrylink.js 2018-07-17 11:45:25 +02:00
filipnyquist
002473e96d
Merge pull request #203 from lbryio/fix-lbrylinker
Fixed a problem with the lbrylinker not working on - chars.
2018-07-17 11:41:53 +02:00
filipnyquist
ece3da11f8 Fixed a problem with the lbrylinker not working on - chars. 2018-07-17 11:40:10 +02:00
filipnyquist
92f0bafe1f
Merge pull request #201 from lbryio/quick-fix-double-let
Fixed a double declared let.
2018-07-13 11:22:11 +02:00
filipnyquist
a3de66c2ac Fixed a double declared let. 2018-07-13 11:21:47 +02:00
filipnyquist
5f9870e7e6
Merge pull request #146 from MSFTserver/patch-8
fix aliases
2018-07-13 11:18:23 +02:00
filipnyquist
c3fe1778ea
Merge branch 'master' into patch-8 2018-07-13 11:17:51 +02:00
filipnyquist
d0e866fe8f
Merge pull request #200 from lbryio/lbry-desktop-fixes
lbry-app > lbry-desktop
2018-07-13 11:01:15 +02:00
Thomas Zarebczan
1cb77b1969
Update README.md 2018-07-12 16:25:25 -04:00
Thomas Zarebczan
df07dc25b8
lbry-app > lbry-desktop 2018-07-12 15:58:26 -04:00
filipnyquist
d480b38e73
Merge pull request #198 from ykris45/patch-2
add !tips command to !tipbot
2018-07-12 10:56:06 +02:00
YULIUS KURNIAWAN KRISTIANTO
8b107213cc
add !tips command to !tipbot 2018-07-11 20:42:55 +07:00
filipnyquist
314f5ddebd
Merge pull request #197 from ykris45/patch-1
Update commands.json
2018-07-10 12:36:57 +02:00
YULIUS KURNIAWAN KRISTIANTO
0aa06224d7
Update commands.json
add lbry fund
2018-07-10 01:24:56 +07:00
filipnyquist
cc5e1d0dd6
Update lbrylink.js 2018-06-28 15:01:05 +02:00