diff --git a/main.py b/main.py index b2e7101..bf47dc8 100644 --- a/main.py +++ b/main.py @@ -404,6 +404,9 @@ async def setCarrierState(ctx, carrier, state): if response == 200: await ctx.followup.send(f"The carrier {carrier} has been set to {state}") print(f"{author} set {carrier} state to {state}") + channel = bot.get_channel(1521963883018063882) + await channel.send(f"{author} set {carrier} state to {state}") + else: await ctx.followup.send(f"i fucked up ") except Exception as e: