Filter command
The command works using /filter messageid <regex | searchstring> and gives back a diff with the lines commented where the match was found.
Example input code block:
const uptimeUnits = intervalToDuration({
start: new Date().getTime() - client.uptime,
end: new Date().getTime(),
});
Searching with /filter messageid uptime
+ const uptimeUnits = intervalToDuration({
+ start: new Date().getTime() - client.uptime,
end: new Date().getTime(),
});
Filter command
The command works using /filter messageid <regex | searchstring> and gives back a diff with the lines commented where the match was found.
Example input code block:
Searching with /filter messageid uptime