Fixed some issues

This commit is contained in:
CorwinDev 2022-12-12 15:38:23 +01:00
parent 9091e9a1f3
commit 6069fa7ed5
4 changed files with 8 additions and 4407 deletions

View file

@ -1,13 +1,6 @@
hidden = [".config"]
run = "npm run start"
[env]
DISCORD_TOKEN = "fillin"
MONGO_TOKEN = "fillin"
GIPHY_TOKEN = "fillin"
WEBHOOK_ID = "fillin"
WEBHOOK_TOKEN = "fillin"
[[hints]]
regex = "Error \\[ERR_REQUIRE_ESM\\]"
message = "We see that you are using require(...) inside your code. We currently do not support this syntax. Please use 'import' instead when using external modules. (https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import)"

View file

@ -0,0 +1,8 @@
{ pkgs }: {
deps = [
pkgs.nodejs-17_x
pkgs.nodePackages.typescript-language-server
pkgs.yarn
pkgs.replitPackages.jest
];
}

4399
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -62,7 +62,6 @@
"moment-timezone": "^0.5.39",
"mongoose": "^6.8.0",
"ms": "^2.1.3",
"npm": "^9.2.0",
"popcat-wrapper": "^1.5.4",
"sourcebin": "^5.0.0",
"topgg-autoposter": "^2.0.1",