Commit c5eb0e2
committed
fix(slowmode.py): remove unnecessary early defer call in slowmode command
The early defer call is removed to streamline the command execution
process. The defer was unnecessary as the interaction acknowledgment
is handled elsewhere, ensuring the command's responsiveness without
prematurely deferring the interaction.1 parent 2ef850b commit c5eb0e2
1 file changed
+0
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | 78 | | |
83 | 79 | | |
84 | 80 | | |
| |||
0 commit comments