Commit graph

260 commits

Author SHA1 Message Date
Ralph
f0454fbbfb
Add post check for channel postings 2019-10-17 22:12:03 -04:00
Ralph
2676f35a5b
Update stats.js 2019-10-13 01:43:05 -04:00
Ralph
a71e59fb63
Removed Console Logging of return data. 2019-10-13 01:41:08 -04:00
Kenneth C
9720ece9a4
Update stat.js to show 5 decimal value fiat prices.
Update stat.js to show 5 decimal value fiat prices due to recent price dropping below the 2 decimal values previously.
2019-10-11 20:58:15 +01:00
Ralph
8c4ca9874d
Merge pull request #273 from felhe/fix-addrole
Fix crashing at role commands in private DMs
2019-10-11 00:16:16 -04:00
felhe
f7bb1cb942 Simplify expressions in rolesetter 2019-10-11 01:00:15 +02:00
felhe
90f7b91274 Fix crashing at role commands in private DMs 2019-10-10 23:42:20 +02:00
ProfessorDey
ce3bfb87e9
Neaten up Definitions
Just a little adjustment to cut out a few unnecessary lines where an inline ternary operator would do.
2019-10-10 22:05:22 +01:00
Ralph
4ab49b85b7
Merge pull request #265 from ProfessorDey/patch-2
Simplify rolesetter.js Control Logic
2019-10-09 20:42:31 -04:00
Ralph
61ee16ce64
Resolved syntax issues. 2019-10-09 20:37:54 -04:00
Ralph
28e95245b0
Closed string to resolve travis build 2019-10-09 20:28:26 -04:00
YULIUS KURNIAWAN KRISTIANTO
5f825b9156
update as niko request 2019-10-09 23:41:33 +07:00
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
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
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
1411fb28c9 replace var with let for purge.js 2019-10-07 16:28:18 -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
Electron - Mark Firth
69ce109932
Better Text
Better text
2019-08-26 13:29:02 +10: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
Ralph
a41192c242
Merge pull request #246 from ykris45/patch-13
Mega Changes io to com Instances
2019-07-01 17:57:52 -04: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
Ralph
fcd53e72c0
Disable auto-send on user join
Per @tzarebczan the auto message has been temporarily disabled.
2019-06-25 18:53:12 -04:00
Ralph
01ff264d60
Change Verification to Rewards Approval 2019-06-20 15:32:09 -04:00
YULIUS KURNIAWAN KRISTIANTO
813aae5c50
Update welcome.js
fix
2019-04-29 20:53:36 +07:00
YULIUS KURNIAWAN KRISTIANTO
1ad6a513e3
fix as per request from niko 2019-04-26 19:52:13 +07:00
YULIUS KURNIAWAN KRISTIANTO
d3d3bdb890
Update welcome.js 2019-04-26 00:20:55 +07:00
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