diff --git a/plugins/sticker-qc.js b/plugins/sticker-qc.js index d1be07e..69ca378 100644 --- a/plugins/sticker-qc.js +++ b/plugins/sticker-qc.js @@ -26,4 +26,6 @@ handler.help = ['qc'] handler.tags = ['sticker'] handler.command = /^(qc)$/i -export default handler \ No newline at end of file +handler.register = true + +export default handler