dev-prodId #1

Merged
Taledo merged 22 commits from dev-prodId into main 2026-07-29 08:12:57 +00:00
Showing only changes of commit d23b49a77e - Show all commits

View File

@ -404,6 +404,9 @@ async def setCarrierState(ctx, carrier, state):
if response == 200: if response == 200:
await ctx.followup.send(f"The carrier {carrier} has been set to {state}") await ctx.followup.send(f"The carrier {carrier} has been set to {state}")
print(f"{author} set {carrier} state 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: else:
await ctx.followup.send(f"i fucked up ") await ctx.followup.send(f"i fucked up ")
except Exception as e: except Exception as e: