Commit graph

794 commits

Author SHA1 Message Date
YULIUS KURNIAWAN KRISTIANTO
4802cebf63
Update stats.js 2019-10-09 23:39:37 +07:00
YULIUS KURNIAWAN KRISTIANTO
516d0737ca
change api from coinmarketcap to coingecko 2019-10-09 22:42:32 +07:00
Niko
6ace1d8409
Merge pull request #263 from haichuan0424/issue-261
Fix#261 Replace vars with lets
2019-10-08 18:51:40 -04:00
ProfessorDey
74d4dec0dc
Simplify rolesetter.js Control Logic
Eliminates nesting of if-else statements and follows imperative control logic, making it much clearer what error messages are which and what order logic is handled in. Also neatens up the calls to 'msg.channel.send' into a single compact function declaration. Also eliminates case sensitivity entirely with a minimal performance hit by only performing '.toLowerCase()' on the first check for new/oldrole, though this could be replaced with a regexp object test instead. Every other comparison uses the matched role's name as this is guaranteed to be the correct case, assuming no issues with the config itself. This means users can enter the role in any case, preventing the biggest irritation to most users besides spelling errors.
2019-10-08 22:54:01 +01:00
Jeremy Kauffman
b0f4ae3c4e
Merge pull request #262 from ICTman1076/patch-2
Proposed !why command
2019-10-08 14:38:10 -04:00
utkarshiam
2fc9928ab9 The Strict Equality Comparison added 2019-10-08 05:21:48 +05:30
Haichuan He
0b5c6082e9 Fix#261:remove vars 2019-10-07 17:24:18 -04:00
Haichuan He
dc526adf1a Fix#261:remove vars for purge.js 2019-10-07 17:22:23 -04:00
Haichuan He
fe0ee6229a Fix#261: remove vars 2019-10-07 17:16:10 -04:00
Haichuan He
13385b38df replace var with let for price.js and purge.js 2019-10-07 17:07:43 -04:00
Haichuan He
1411fb28c9 replace var with let for purge.js 2019-10-07 16:28:18 -04:00
ICTman1076
9a9607e755
Proposed !why command
Thought I may as well write something for #245
2019-10-07 18:38:22 +01:00
Ralph
a5ce51838f
Merge pull request #260 from lbryio/Coolguy3289-patch-1
Remove Community Roles
2019-10-07 01:32:02 -04:00
Ralph
6413cffebb
Remove Community Roles 2019-10-07 01:31:34 -04:00
Ralph
c3a37cc766
Merge pull request #259 from felhe/master
Support Android/Desktop option for release notes
2019-10-06 22:04:07 -04:00
felhe
d722a943d1 Refactor releasenotes and improve layout 2019-10-06 14:04:13 +02:00
felhe
3ed0272558 Add Android/Desktop option to releasenotes command 2019-10-06 13:07:36 +02:00
Ralph
ae997bd00b
Update package-lock.json 2019-09-30 02:38:35 -04:00
Ralph
a6db03de25
Update Babel 2019-09-30 02:37:46 -04:00
Ralph
922a748dd6
Update package-lock.json 2019-09-30 02:21:18 -04:00
Ralph
e6d2d59c78
Update package-lock.json 2019-09-30 02:13:52 -04:00
Ralph
90591c4d64
Update Braces in Package file to force update 2019-09-30 02:13:06 -04:00
Ralph
fdd4053fc7
Update package-lock.json 2019-09-30 02:10:56 -04:00
Ralph
312445367a
Update Dependencies 2019-09-30 02:03:40 -04:00
Ralph
47d013db59
Update dependencies 2019-09-30 01:43:06 -04:00
Ralph
e692f7e824
Corrected syntax 2019-09-30 00:54:53 -04:00
Ralph
52e22a4ceb
Merge pull request #257 from lbryio/Coolguy3289-patch-3
Update mongodb version
2019-09-30 00:45:11 -04:00
Ralph
a84b4b34c1
Update mongodb version 2019-09-30 00:44:33 -04:00
Niko
6a82a5d574
Merge pull request #256 from Invariant-Change/patch-5
Improvements
2019-09-09 01:14:56 +02:00
Electron - Mark Firth
20380614cd
Improvements
1) Removed `!rewardsapprove` and `!verification` as they are duplicates of `!rewardsapproval`
2) Added a `!whitepaper` command that links to the LBRY White Paper.
3) Added some new and improved icons to some cards.
4) Changed the left border colour of some cards to match their new icons.
2019-09-05 22:57:11 +10:00
Ralph
2ce123c0d4
Merge pull request #254 from lbryio/dependabot/npm_and_yarn/mixin-deep-1.3.2
Bump mixin-deep from 1.3.1 to 1.3.2
2019-08-28 14:43:12 -04:00
dependabot[bot]
d90571adf0
Bump mixin-deep from 1.3.1 to 1.3.2
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2.
- [Release notes](https://github.com/jonschlinkert/mixin-deep/releases)
- [Commits](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2)

Signed-off-by: dependabot[bot] <support@github.com>
2019-08-28 14:09:14 +00:00
Ralph
01755d7a2f
Merge pull request #253 from Invariant-Change/patch-5
Various corrections, improvements and additions.
2019-08-26 01:08:23 -04:00
Ralph
51c6cbcbde
Merge pull request #252 from Invariant-Change/patch-4
Better Text
2019-08-26 01:04:57 -04:00
Electron - Mark Firth
f21f36bc3d
Various corrections, improvements and additions.
Various corrections, improvements and additions.
2019-08-26 14:14:44 +10:00
Electron - Mark Firth
69ce109932
Better Text
Better text
2019-08-26 13:29:02 +10:00
Ralph
d9ef0360da
Merge pull request #248 from kodxana/master
Added !translation
2019-07-31 13:27:25 -04:00
kodxana
3c8d68b56d
Added !translation
Command about translation of the app :)
2019-07-31 15:59:24 +02:00
Thomas Zarebczan
b451e990b3
don't use channel names in URLs for now
Not supported in app/web yet.
2019-07-26 17:55:51 -04:00
filipnyquist
07031889b3
Merge pull request #247 from lbryio/dependabot/npm_and_yarn/lodash-4.17.14
Bump lodash from 4.17.11 to 4.17.14
2019-07-22 23:05:33 +02:00
dependabot[bot]
b8a1392859
Bump lodash from 4.17.11 to 4.17.14
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.14.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.14)

Signed-off-by: dependabot[bot] <support@github.com>
2019-07-11 00:45:44 +00:00
Ralph
6e51b75b6a
Update commands.json 2019-07-01 18:39:41 -04:00
Ralph
a41192c242
Merge pull request #246 from ykris45/patch-13
Mega Changes io to com Instances
2019-07-01 17:57:52 -04:00
Ralph
4514aed56d
Merge pull request #244 from lbryio/Coolguy3289-patch-4
Disable auto-send on user join
2019-07-01 17:55:25 -04:00
Ralph
9a676f4d13
Merge pull request #242 from lbryio/Coolguy3289-patch-3
Add verify and verification back for fallback
2019-07-01 17:55:10 -04:00
YULIUS KURNIAWAN KRISTIANTO
3d9a633898
Update README.md 2019-07-01 22:37:24 +07:00
YULIUS KURNIAWAN KRISTIANTO
9e3370f3af
Update claimbot.js 2019-07-01 22:36:12 +07:00
YULIUS KURNIAWAN KRISTIANTO
d49868021b
Update lbrylink.js 2019-07-01 22:31:06 +07:00
YULIUS KURNIAWAN KRISTIANTO
b6edfdd9c5
Update welcome.js 2019-07-01 22:28:46 +07:00
YULIUS KURNIAWAN KRISTIANTO
9e01df16a6
mega change io to com 2019-07-01 22:04:13 +07:00