#58010 已修復 P1 comp/gateway

[Bug] AsyncSessionDB 讓 /resume 指令壞掉:slash_commands.py 缺少 await

回報者指出 AsyncSessionDB 把 SessionDB 的每個方法都包成非同步協程,但 slash_commands.py 呼叫這些方法時忘記加上 await,導致執行 /resume 指令時拋出 TypeError: coroutine object is not subscriptable。此 issue 已關閉。