Skip to content
This repository was archived by the owner on Nov 22, 2023. It is now read-only.

Commit 18bd384

Browse files
committed
Add axios for testing
1 parent aa19005 commit 18bd384

File tree

3 files changed

+43
-0
lines changed

3 files changed

+43
-0
lines changed

package-lock.json

Lines changed: 41 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"url": "git://github.com/Hypixel-Translators/hypixel-translators-bot.git"
1515
},
1616
"dependencies": {
17+
"axios": "^0.21.1",
1718
"canvas": "^2.8.0",
1819
"country-emoji": "^1.5.6",
1920
"countryjs": "^1.8.0",

src/commands/Admin/eval.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
const { loadingColor, errorColor, successColor, neutralColor, listeningStatuses, watchingStatuses, playingStatuses } = require("../../config.json")
22
const fetch = require("node-fetch")
3+
const axios = require("axios")
34
const { flag, code, name, countries } = require("country-emoji")
45
const fs = require("fs")
56
const country = require("countryjs")

0 commit comments

Comments
 (0)