Only show approval stuff if not tweeted

This commit is contained in:
Jordan Eldredge 2020-04-25 01:05:54 -04:00
parent f4ba178d40
commit 39b82fbe0f

View file

@ -107,6 +107,9 @@ export async function postSkin({
// @ts-ignore WAT?
const msg = await dest.send(embed);
if (tweetStatus === "TWEETED") {
return;
}
await Promise.all([msg.react("👍"), msg.react("👎")]);
// TODO: Timeout at some point