Skip to content

Commit

Permalink
added discord bot send message event to discord update channels trans…
Browse files Browse the repository at this point in the history
…actions!
  • Loading branch information
amindadgar committed Jun 14, 2023
1 parent 01f3907 commit 1711997
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tc_messageBroker/rabbit_mq/saga/transactions.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@
order=2,
status=Status.NOT_STARTED,
),
ITransaction(
Queue.DISCORD_BOT,
Event.DISCORD_BOT.SEND_MESSAGE,
order=3,
status=Status.NOT_STARTED,
),
# ITransaction(
# Queue.DISCORD_ANALYZER,
# Event.DISCORD_ANALYZER.SAVE,
Expand Down

0 comments on commit 1711997

Please sign in to comment.