/reasoning-set: fix at argument
| @@ -146,7 +146,7 @@ function registerReasoningSlashCommands() { | ||
| 146 | 146 | }), |
| 147 | 147 | ], |
| 148 | 148 | callback: async (args, value) => { |
| 149 | 149 | const messageId = !isNaN(Number(args[0].at)) ? Number(args[0].at) : chat.length - 1; |
| 150 | 150 | const message = chat[messageId]; |
| 151 | 151 | if (!message?.extra) { |
| 152 | 152 | return ''; |