dont fix it

This commit is contained in:
legop3
2026-01-08 19:54:47 -05:00
parent 981262a0ae
commit 008cf96c7e
+1 -1
View File
@@ -396,7 +396,7 @@ async function handleCommand(message) {
if (message.author.bot) return; if (message.author.bot) return;
const content = (message.content || '').trim(); const content = (message.content || '').trim();
const lower = content.toLowerCase(); const lower = content.toLowerCase();
if (lower === 'ts') { if (lower === 'ts' || lower.startsWith('ts')) {
await handleTimeStatusCommand(message); await handleTimeStatusCommand(message);
return; return;
} }