mirror of
https://github.com/sern-handler/website
synced 2026-06-28 02:32:23 +00:00
fix syntax mistake
unclosed bracket (`ownerOnly` takes a string array afaik)
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user