mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 01:21:20 -04:00
ts alone only
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' || lower.startsWith('ts ')) {
|
||||
if (lower === 'ts') {
|
||||
await handleTimeStatusCommand(message);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user