From f4e40bf95e10ecc4755471a8410f3ffbf1a1aad6 Mon Sep 17 00:00:00 2001 From: Yuzu Date: Sun, 19 Sep 2021 08:25:11 -0700 Subject: [PATCH] Added country libs --- package.json | 2 ++ yarn.lock | 10 ++++++++++ 2 files changed, 12 insertions(+) diff --git a/package.json b/package.json index 02454cf..bfaf7fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,8 @@ { "dependencies": { "@discordjs/builders": "^0.6.0", + "country-code-emoji": "^2.3.0", + "country-code-lookup": "^0.0.19", "discord.js": "^13.1.0", "dotenv": "^10.0.0", "node-osu": "^2.2.1", diff --git a/yarn.lock b/yarn.lock index 1587567..1bcce2f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -255,6 +255,16 @@ core-util-is@~1.0.0: resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.3.tgz#a6042d3634c2b27e9328f837b965fac83808db85" integrity sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ== +country-code-emoji@^2.3.0: + version "2.3.0" + resolved "https://registry.yarnpkg.com/country-code-emoji/-/country-code-emoji-2.3.0.tgz#17de6ef57964467568a53ae9fb30044371a5055c" + integrity sha512-MqmIWr3aucoU/3XZU44e0sz6izAlErqaUYp9/NFzdnzb9TrwwornyW3ws2da5TSnpTUr2qP2840oJW9oNKXCoQ== + +country-code-lookup@^0.0.19: + version "0.0.19" + resolved "https://registry.yarnpkg.com/country-code-lookup/-/country-code-lookup-0.0.19.tgz#3fbf0192758ecf0d5eee0efbc220d62706c50fd6" + integrity sha512-lpvgdPyj8RuP0CSZhACNf5ueKlLbv/IQUAQfg7yr/qJbFrdcWV7Y+aDN9K/u/bx3MXRfcsjuW+TdIc0AEj7kDw== + create-require@^1.1.0: version "1.1.1" resolved "https://registry.yarnpkg.com/create-require/-/create-require-1.1.1.tgz#c1d7e8f1e5f6cfc9ff65f9cd352d37348756c333"