From 08d09af0f0a2e69fd4e4b347222cbebf42e3a4eb Mon Sep 17 00:00:00 2001
From: EthanDevelops <66741050+EthanDevelops@users.noreply.github.com>
Date: Mon, 6 Dec 2021 19:37:44 +0000
Subject: [PATCH 01/19] Added Discord.js Icons
---
icons/discordjs/discordjs-original-wordmark.svg | 9 +++++++++
icons/discordjs/discordjs-plain.svg | 13 +++++++++++++
2 files changed, 22 insertions(+)
create mode 100644 icons/discordjs/discordjs-original-wordmark.svg
create mode 100644 icons/discordjs/discordjs-plain.svg
diff --git a/icons/discordjs/discordjs-original-wordmark.svg b/icons/discordjs/discordjs-original-wordmark.svg
new file mode 100644
index 000000000..29e05ff9a
--- /dev/null
+++ b/icons/discordjs/discordjs-original-wordmark.svg
@@ -0,0 +1,9 @@
+
+
diff --git a/icons/discordjs/discordjs-plain.svg b/icons/discordjs/discordjs-plain.svg
new file mode 100644
index 000000000..bed2e96dc
--- /dev/null
+++ b/icons/discordjs/discordjs-plain.svg
@@ -0,0 +1,13 @@
+
+
From 4861a6bc25be4eb20871d4d4a44682504852cd4a Mon Sep 17 00:00:00 2001
From: EthanDevelops <66741050+EthanDevelops@users.noreply.github.com>
Date: Mon, 6 Dec 2021 19:54:40 +0000
Subject: [PATCH 02/19] Oops!
---
devicon.json | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/devicon.json b/devicon.json
index fc88658f8..104f783da 100644
--- a/devicon.json
+++ b/devicon.json
@@ -1232,6 +1232,21 @@
"color": "#0080FF",
"aliases": []
},
+ {
+ "name": "discordjs",
+ "tags": [
+ "wrapper",
+ "api_wrapper",
+ "nodejs"
+ ],
+ "versions": {
+ "svg": [
+ "plain",
+ "original-wordmark"
+ ]
+ },
+ "color": "#2a2c3e"
+ },
{
"name": "electron",
"tags": [
From 9e72f835cbf528f8b079f4cb278b8e7943c9deff Mon Sep 17 00:00:00 2001
From: Ethan <66741050+EthanDevelops@users.noreply.github.com>
Date: Mon, 6 Dec 2021 15:01:33 -0500
Subject: [PATCH 03/19] Forgot to add aliases.
Co-authored-by: David Leal
---
devicon.json | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/devicon.json b/devicon.json
index 104f783da..1ec7885f9 100644
--- a/devicon.json
+++ b/devicon.json
@@ -1245,7 +1245,8 @@
"original-wordmark"
]
},
- "color": "#2a2c3e"
+ "color": "#2a2c3e",
+ "aliases": []
},
{
"name": "electron",
From 7674834b75c74411863048e836e192727eb860d2 Mon Sep 17 00:00:00 2001
From: EthanDevelops <66741050+EthanDevelops@users.noreply.github.com>
Date: Mon, 6 Dec 2021 20:56:57 +0000
Subject: [PATCH 04/19] Change original wordmark to real SVG
---
.../discordjs/discordjs-original-wordmark.svg | 18 ++++++++++++------
1 file changed, 12 insertions(+), 6 deletions(-)
diff --git a/icons/discordjs/discordjs-original-wordmark.svg b/icons/discordjs/discordjs-original-wordmark.svg
index 29e05ff9a..1e82f9eab 100644
--- a/icons/discordjs/discordjs-original-wordmark.svg
+++ b/icons/discordjs/discordjs-original-wordmark.svg
@@ -1,9 +1,15 @@
-
\ No newline at end of file
+
From 9eacc9e9cb1916e1be69050d4490ffff03bf269f Mon Sep 17 00:00:00 2001
From: David Leal
Date: Fri, 24 Dec 2021 13:54:33 -0600
Subject: [PATCH 18/19] Apply suggestions from code review
---
icons/discordjs/discordjs-plain-wordmark.svg | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/icons/discordjs/discordjs-plain-wordmark.svg b/icons/discordjs/discordjs-plain-wordmark.svg
index ab3685c1f..99b5a08ba 100644
--- a/icons/discordjs/discordjs-plain-wordmark.svg
+++ b/icons/discordjs/discordjs-plain-wordmark.svg
@@ -13,4 +13,4 @@
-
\ No newline at end of file
+
From cebe23228158535a87ec0575641e5e348561fb22 Mon Sep 17 00:00:00 2001
From: David Leal
Date: Fri, 24 Dec 2021 14:41:16 -0600
Subject: [PATCH 19/19] Apply suggestions from code review
Co-authored-by: Thomas Bui <43018778+Thomas-Boi@users.noreply.github.com>
---
devicon.json | 4 ----
1 file changed, 4 deletions(-)
diff --git a/devicon.json b/devicon.json
index 19901bc94..af33070c2 100644
--- a/devicon.json
+++ b/devicon.json
@@ -1242,10 +1242,6 @@
},
"color": "#2a2c3e",
"aliases": [
- {
- "base": "plain",
- "alias": "original"
- }
]
},
{