From 27c0f869b12a888fa5f64d70413fc23b4f3cdfa8 Mon Sep 17 00:00:00 2001 From: AestheticalZ <51166756+AestheticalZ@users.noreply.github.com> Date: Sun, 23 May 2021 23:54:43 +0200 Subject: [PATCH 1/3] Create README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..a28d951 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# Discord Link Helper (DLH) +Discord Link Helper is basically the Discord GIF Favourites tab, on steroids, and with awful code. + +Well, let me tell you, I have an excuse for the code being ass. This was the first time I worked with ListViews and this kind of stuff. + +## Compiling +You will need: +* Visual Studio 2019 +* C# Workload +* .NET Framework 4.8 + +Compilation from there should be straightforward. From a778b728d0c4bcc2242ba71b7443cf7d00b48797 Mon Sep 17 00:00:00 2001 From: AestheticalZ <51166756+AestheticalZ@users.noreply.github.com> Date: Sun, 23 May 2021 23:56:37 +0200 Subject: [PATCH 2/3] Create LICENSE --- LICENSE | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..90a1cd8 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2021 AestheticalZ + +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 9747aac7562e64e1526d8013b21537bd022408a8 Mon Sep 17 00:00:00 2001 From: AestheticalZ <51166756+AestheticalZ@users.noreply.github.com> Date: Sun, 23 May 2021 23:56:51 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a28d951..342cff1 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,9 @@ Discord Link Helper is basically the Discord GIF Favourites tab, on steroids, an Well, let me tell you, I have an excuse for the code being ass. This was the first time I worked with ListViews and this kind of stuff. +## License +MIT licensed, cuz, why not? + ## Compiling You will need: * Visual Studio 2019