Update ping.js

This commit is contained in:
Jacob Nguyen
2023-06-28 10:02:59 -05:00
committed by GitHub
parent 2e91ad8fb9
commit 3565af0a9a

View File

@@ -1,6 +1,6 @@
const { CommandType, commandModule } = require('@sern/handler');
exports.default = commandModule({
export default commandModule({
type: CommandType.Both,
plugins: [],
description: 'A ping command',