We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cde3b9b commit 5f26134Copy full SHA for 5f26134
.vscode/tasks.json
@@ -0,0 +1,16 @@
1
+{
2
+ "version": "2.0.0",
3
+ "tasks": [
4
+ {
5
+ "type": "npm",
6
+ "script": "install",
7
+ "problemMatcher": [],
8
+ "label": "npm: install",
9
+ "detail": "install dependencies from package",
10
+ "group": {
11
+ "kind": "build",
12
+ "isDefault": true
13
+ }
14
15
+ ]
16
+}
commands/status.js
@@ -1,3 +1,5 @@
+require('dotenv').config();
+
module.exports = {
name: 'status',
description: 'Returns the status of the Hypixel API.',
0 commit comments