mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 09:31:20 -04:00
dont fix it
This commit is contained in:
@@ -396,7 +396,7 @@ async function handleCommand(message) {
|
||||
if (message.author.bot) return;
|
||||
const content = (message.content || '').trim();
|
||||
const lower = content.toLowerCase();
|
||||
if (lower === 'ts') {
|
||||
if (lower === 'ts' || lower.startsWith('ts')) {
|
||||
await handleTimeStatusCommand(message);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user