mirror of
https://github.com/sern-handler/create-bot
synced 2026-06-06 01:16:53 +00:00
Update ping.js
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
const { CommandType, commandModule } = require('@sern/handler');
|
||||
|
||||
exports.default = commandModule({
|
||||
export default commandModule({
|
||||
type: CommandType.Both,
|
||||
plugins: [],
|
||||
description: 'A ping command',
|
||||
|
||||
Reference in New Issue
Block a user