aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/commands/core/ping.js
blob: 7d8623d767b31bf717b9d347d2e7ce00d539cb70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
  Description: This module is only in place to supress error notices legacy sources may get
*/

// module main
export async function run() {

}

export const info = {
  name: 'ping',
  description: 'This module is only in place to supress error notices legacy sources may get',
};