Debugging
This commit is contained in:
parent
438d424842
commit
072d53728c
1 changed files with 8 additions and 0 deletions
|
@ -452,6 +452,14 @@ async function syncWithApi(data, socket) {
|
|||
|
||||
console.log(error.body); // eslint-disable-line no-console
|
||||
|
||||
// TEMPORARY
|
||||
messageSlack(
|
||||
"\n" +
|
||||
"> *DEVELOPER PROGRAM:* ```" + error.body + "```" + "\n" +
|
||||
"> _Cause: NO IDEA_\n"
|
||||
);
|
||||
// TEMPORARY
|
||||
|
||||
return send(socket, {
|
||||
html: "<p>You have already claimed this reward. This reward is limited to <strong>ONE</strong> per person. Your enthusiasm is appreciated.</p>",
|
||||
message: "updated html",
|
||||
|
|
Loading…
Reference in a new issue