From f443ef2089596bf451696614eede9365b3e62501 Mon Sep 17 00:00:00 2001 From: YULIUS KURNIAWAN KRISTIANTO Date: Wed, 27 Mar 2019 21:57:38 +0700 Subject: [PATCH 1/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 258c9ea..87dcd15 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Bot for [LBRY's Discord](https://chat.lbry.io) +# Bot for [LBRY's Discord](https://chat.lbry.com) (This README will be updated along with bot updates) Features: From 56a310c4f8452bb3d4ff68cfe0dfe7bd5a5ffe49 Mon Sep 17 00:00:00 2001 From: YULIUS KURNIAWAN KRISTIANTO Date: Wed, 27 Mar 2019 21:58:09 +0700 Subject: [PATCH 2/4] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dea679c..b24f655 100644 --- a/package.json +++ b/package.json @@ -30,6 +30,6 @@ "description": "LBRYs tipbot for Discord", "main": "app.js", "repository": "https://github.com/lbryio/lbry-tipbot", - "author": "filipnyquist ", + "author": "filipnyquist ", "license": "MIT" } From e8507f06629bc45322442fa2fc2cea62260e8dc6 Mon Sep 17 00:00:00 2001 From: YULIUS KURNIAWAN KRISTIANTO Date: Wed, 27 Mar 2019 21:59:33 +0700 Subject: [PATCH 3/4] Update tipbot.js --- bot/modules/tipbot.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bot/modules/tipbot.js b/bot/modules/tipbot.js index 1f96cf5..c029a9a 100644 --- a/bot/modules/tipbot.js +++ b/bot/modules/tipbot.js @@ -23,7 +23,7 @@ const helpmsg = { '**Note**: Multi tips can contain any amount of users to tip.\n\n' + '__**FURTHER INFORMATION**__\n\n' + '**Help**: `!tip help` *Get this message.\n' + - 'Read our [Tipbot FAQ](https://lbry.io/faq/tipbot-discord) for a more details', + 'Read our [Tipbot FAQ](https://lbry.com/faq/tipbot-discord) for a more details', color: 1109218 } }; @@ -285,7 +285,7 @@ function sendLBC(bot, message, tipper, recipient, amount, privacyFlag, MultiorRo } else { let tx = txLink(txId); let msgtail = ` -DM me with \`!tips\` for all available commands or read our Tipbot FAQ https://lbry.io/faq/tipbot-discord for more details`; +DM me with \`!tips\` for all available commands or read our Tipbot FAQ https://lbry.com/faq/tipbot-discord for more details`; if (privacyFlag) { let usr = message.guild.members.find('id', recipient).user; let authmsg = `You have sent a private tip to @${usr.tag} with the amount of ${amount} LBC. @@ -334,5 +334,5 @@ function getValidatedAmount(amount) { } function txLink(txId) { - return ''; + return ''; } From 85accd4e3537ed42fa69a967e0d860a097c6e3a2 Mon Sep 17 00:00:00 2001 From: YULIUS KURNIAWAN KRISTIANTO Date: Wed, 27 Mar 2019 21:59:51 +0700 Subject: [PATCH 4/4] Update LICENSE --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 8b4479a..5ac5d8a 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2018 LBRY +Copyright (c) 2018 LBRY Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal