fix syntax mistake

unclosed bracket (`ownerOnly` takes a string array afaik)
This commit is contained in:
LolzTheDev
2024-07-18 11:43:03 -05:00
committed by GitHub
parent 3955337bee
commit fbd5688aa8

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');