mirror of
https://github.com/System-End/Discord-Bot.git
synced 2026-04-19 15:18:21 +00:00
Fixed some issues
This commit is contained in:
parent
9091e9a1f3
commit
6069fa7ed5
4 changed files with 8 additions and 4407 deletions
7
.replit
7
.replit
|
|
@ -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)"
|
||||
|
|
|
|||
|
|
@ -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
4399
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue