From 2d9d43a50c2047d0845eeea7e9ea05152aa92e79 Mon Sep 17 00:00:00 2001 From: ethboi Date: Mon, 31 Jul 2023 12:51:59 +0200 Subject: [PATCH] fix posting --- app/src/discord/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/discord/index.ts b/app/src/discord/index.ts index b4d4b1a..44855b0 100644 --- a/app/src/discord/index.ts +++ b/app/src/discord/index.ts @@ -222,7 +222,7 @@ export async function PostDiscord( client: Client, channelName: string, ) { - if (!TESTNET) { + if (TESTNET) { printObject(embed) } else { try {