mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-23 10:07:35 +00:00
Only show approval stuff if not tweeted
This commit is contained in:
parent
f4ba178d40
commit
39b82fbe0f
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue