Merge pull request #69 from LolzTheDev/patch-1

fix syntax mistake
This commit is contained in:
Jacob Nguyen
2024-07-18 11:45:58 -05:00
committed by GitHub

View File

@@ -26,7 +26,7 @@ import { ownerOnly } from '../plugins'
export default commandModule({
type: CommandType.Both,
plugins: [ownerOnly(['182326315813306368')],
plugins: [ownerOnly(['182326315813306368'])],
description: 'ping command',
execute: (ctx) => {
ctx.reply('hello, owner');