Commit graph

229 commits

Author SHA1 Message Date
YULIUS KURNIAWAN KRISTIANTO
91debe0f7b
Update hash.js 2019-03-27 02:36:06 +07:00
YULIUS KURNIAWAN KRISTIANTO
6258ee5386
Update welcome.js 2019-03-27 02:30:20 +07:00
Ralph
5f3f2a7461
Add catch for DMs 2019-02-14 18:40:36 -05:00
Niko Storni
006c2e4912 fix #223 and #217 2018-12-19 11:33:39 -05:00
Ralph
f6cd59d756
Ran prettier 2018-12-09 14:40:48 -05:00
Ralph
82472a8870
Moved comment 2018-12-09 14:35:47 -05:00
Ralph
ba0af0d3e9
Update rolesetter.js 2018-12-09 14:30:10 -05:00
Ralph
f7dec07e50
Updated output of roles list, added baserole check 2018-12-09 14:22:43 -05:00
Ralph
67be623b3f
Corrected syntax 2018-12-09 14:03:22 -05:00
Ralph
f6b92bd28a
Adds LBRYian to roles help text 2018-12-09 12:58:20 -05:00
Ralph
dbc1e5be14
Allows for Baserole to be self-assigned 2018-12-09 12:53:04 -05:00
Niko Storni
d59bba201f
fix undeclared variable 2018-11-27 21:09:05 -05:00
Niko Storni
0d629690b7
up one 2018-11-27 20:59:33 -05:00
Niko Storni
1855e95a87
fix more bugs... 2018-11-27 20:35:33 -05:00
Niko Storni
1631d4aeab
big cleanup
how does this bot even work?
2018-11-27 20:01:58 -05:00
Niko Storni
e5bae39aeb
last bug fixes 2018-11-27 17:36:36 -05:00
Niko Storni
b8ef2ee9ec
bug fixes 2018-11-27 17:21:49 -05:00
Niko Storni
c02e364759
rewrite claimbot
add missing packages
rename example config
update example config
2018-11-27 17:04:30 -05:00
Niko Storni
72ae7fd91c
run linter 2018-11-15 12:40:21 -05:00
YULIUS KURNIAWAN KRISTIANTO
71adc6aa70
Update speech.js 2018-10-29 05:57:45 +07:00
YULIUS KURNIAWAN KRISTIANTO
c33f7901cf
Update stats.js 2018-10-29 05:56:49 +07:00
YULIUS KURNIAWAN KRISTIANTO
1a6cb5a4d1
Update hash.js 2018-10-29 05:56:00 +07:00
YULIUS KURNIAWAN KRISTIANTO
e44c14175c
Update welcome.js 2018-10-29 05:52:53 +07:00
YULIUS KURNIAWAN KRISTIANTO
806d07e8b3
Update releasenotes.js 2018-10-29 05:50:04 +07:00
filipnyquist
d42313d0f8
Update claimbot.js 2018-10-24 23:44:55 +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
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
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
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
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
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
ece3da11f8 Fixed a problem with the lbrylinker not working on - chars. 2018-07-17 11:40:10 +02:00
Thomas Zarebczan
df07dc25b8
lbry-app > lbry-desktop 2018-07-12 15:58:26 -04:00
filipnyquist
cc5e1d0dd6
Update lbrylink.js 2018-06-28 15:01:05 +02:00
filipnyquist
a53ca4f0d4
Fixed a small error with the regexp 2018-06-28 14:59:14 +02:00
filipnyquist
032e91c7ad Fixed so that the URL sent to users by lbrylink is cleaned from bad characters that can crash the LBRY app. Fixes #166 2018-06-28 14:49:50 +02:00
filipnyquist
859d9bf5e1 Fixed so claimId is in the published link to content, this will fix #192. 2018-06-28 14:42:11 +02:00
YULIUS KURNIAWAN KRISTIANTO
5da1630dd0
add HRK
lavradis dont sad . now i add just for you
2018-06-26 23:09:24 +07:00
YULIUS KURNIAWAN KRISTIANTO
9c78690860
remove spacing 2018-06-26 00:42:47 +07:00
YULIUS KURNIAWAN KRISTIANTO
7b737a54d7
add 16 more fiat currencies (done) 2018-06-25 02:10:12 +07:00
YULIUS KURNIAWAN KRISTIANTO
c1c76c23ff
add 12 more currencies
BND (Brunei Dollars)
VND (Vietnamse Dong)
PHP (Phillipine Peso)
SAR (Saudi Arabian Riyal)
MXN (Mexican Peso)
TRY (Turkish Lira )
MMK (Burmese Kyat/Myanmar kyat)
KHR (Cambodian Riel)
AED (Uni Emirat Arab Dirham)
ZAR (South African Rand)
PGK (Papua New Guinea Kina)
EGP (Egypt Pound)
2018-06-22 01:14:08 +07:00
Graydon
a586ae2444
Typo fixes and text improvements 2018-06-18 13:25:45 -05:00