WHAT WAS THATTTTTTTTTTTTTTTTTTTTTTTTTTTt
This commit is contained in:
parent
7d13506b41
commit
752c2f42bb
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
@ -92,7 +92,7 @@ client.on("interactionCreate", async (interaction) => {
|
|||
|
||||
process.on("uncaughtException", (e) => {
|
||||
client.rest.channels.createMessage("1367826538665476236", {
|
||||
content: "```\n" + e.stack || e.message + "\n```"
|
||||
content: "```\n" + (e.stack || e.message) + "\n```"
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue