From 781c2fd9cb1dcb8363eeb84eadebe91992a05cb4 Mon Sep 17 00:00:00 2001 From: kittenvr <103120356+kittenvr@users.noreply.github.com> Date: Tue, 16 Aug 2022 18:53:41 +0200 Subject: [PATCH 1/8] Delete LICENSE --- LICENSE | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 LICENSE diff --git a/LICENSE b/LICENSE deleted file mode 100644 index 618a283..0000000 --- a/LICENSE +++ /dev/null @@ -1,22 +0,0 @@ -MIT License - -Copyright (c) 2018-2022 aetheryx & Cynthia K. Rey -Copyright (c) 2022-present Replugged Team - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. \ No newline at end of file From c3add2eb20da256519548b8f697d6aeea9b0cd31 Mon Sep 17 00:00:00 2001 From: kittenvr <103120356+kittenvr@users.noreply.github.com> Date: Tue, 16 Aug 2022 19:01:23 +0200 Subject: [PATCH 2/8] Update index.js --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 1c46bfb..3b0a650 100644 --- a/index.js +++ b/index.js @@ -99,7 +99,7 @@ module.exports = class LMGTFY extends Plugin { return { send: true, - result: `` + result: `` }; } From a496cf92feaec5855cf122d9a079beefab0d4470 Mon Sep 17 00:00:00 2001 From: kittenvr <103120356+kittenvr@users.noreply.github.com> Date: Tue, 16 Aug 2022 19:50:04 +0200 Subject: [PATCH 3/8] Add files via upload --- LICENSE | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..e69de29 From 5cf012b91d0497c45756a5ff163588fe73ab2ff7 Mon Sep 17 00:00:00 2001 From: kittenvr <103120356+kittenvr@users.noreply.github.com> Date: Tue, 16 Aug 2022 19:50:34 +0200 Subject: [PATCH 4/8] Update LICENSE --- LICENSE | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/LICENSE b/LICENSE index e69de29..dfde50f 100644 --- a/LICENSE +++ b/LICENSE @@ -0,0 +1,22 @@ +MIT License + +Copyright (c) 2018-2022 aetheryx & Cynthia K. Rey +Copyright (c) 2022-present Replugged Team + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. From 61c8d2f19e498046c16e46e1737bd91b1000b676 Mon Sep 17 00:00:00 2001 From: kittenvr <103120356+kittenvr@users.noreply.github.com> Date: Tue, 16 Aug 2022 23:02:06 +0200 Subject: [PATCH 5/8] Update index.js --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 3b0a650..bd0fa44 100644 --- a/index.js +++ b/index.js @@ -99,7 +99,7 @@ module.exports = class LMGTFY extends Plugin { return { send: true, - result: `` + result: `` }; } From 2c2f765875f9d3da1264fc4378bf95bd61e7e0fa Mon Sep 17 00:00:00 2001 From: kittenvr <103120356+kittenvr@users.noreply.github.com> Date: Tue, 16 Aug 2022 23:13:06 +0200 Subject: [PATCH 6/8] Update index.js --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index bd0fa44..b4032d8 100644 --- a/index.js +++ b/index.js @@ -99,7 +99,7 @@ module.exports = class LMGTFY extends Plugin { return { send: true, - result: `` + result: `` }; } From 3d71b27e39675c603fcb323d58711e336e38b63f Mon Sep 17 00:00:00 2001 From: kittenvr <103120356+kittenvr@users.noreply.github.com> Date: Tue, 16 Aug 2022 23:15:50 +0200 Subject: [PATCH 7/8] Update index.js --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index b4032d8..b55d4f0 100644 --- a/index.js +++ b/index.js @@ -99,7 +99,7 @@ module.exports = class LMGTFY extends Plugin { return { send: true, - result: `` + result: `` }; } From 9a6f121c7640bf109786f48c94b95e3ab31d5484 Mon Sep 17 00:00:00 2001 From: kittenvr <103120356+kittenvr@users.noreply.github.com> Date: Wed, 17 Aug 2022 00:41:59 +0200 Subject: [PATCH 8/8] Update index.js --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index b55d4f0..10acb06 100644 --- a/index.js +++ b/index.js @@ -99,7 +99,7 @@ module.exports = class LMGTFY extends Plugin { return { send: true, - result: `` + result: `` }; }