Skip to content
This repository was archived by the owner on Dec 21, 2018. It is now read-only.

Commit 015e7e7

Browse files
author
Matthew Ray
committed
Update main.js
1 parent 832288b commit 015e7e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/main.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ class server {
182182
embed.setTimestamp();
183183
embed.setFooter(client.user.username, client.user.avatarURL);
184184
hook.send(embed);
185+
res.sendStatus(202);
185186
} catch (err) {
186187
res.status(500).send(`Internal Server Error | ${err}`);
187188
}

0 commit comments

Comments
 (0)