feat: expenses, report and day log commands
This commit is contained in:
11
utils/commands/ping.ts
Normal file
11
utils/commands/ping.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import { ShortcutsResponse } from '../types';
|
||||
|
||||
export async function pingCommand(): Promise<ShortcutsResponse> {
|
||||
return {
|
||||
success: true,
|
||||
message: 'The system is operational.',
|
||||
data: {
|
||||
timestamp: new Date().toISOString()
|
||||
}
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user