feat(state): add kill dict

This commit is contained in:
2025-01-07 14:34:03 -05:00
parent 803eae2adc
commit c04cf1b05f
2 changed files with 3 additions and 2 deletions

View File

@@ -27,6 +27,7 @@ client = disnake.Client(intents=intents)
command_locks = LimitedSizeDict()
idle_tracker = {"is_idle": False, "last_used": time.time()}
kill = {"transcript": False}
message_responses = LimitedSizeDict()
players = {}
start_time = time.time()