From 4880517aaf37bb1edd8bee7ad71477071041232b Mon Sep 17 00:00:00 2001 From: krypek Date: Mon, 11 Mar 2024 13:39:47 +0100 Subject: [PATCH] Change 'mod-add' to 'publish-mod' --- src/commands/ccmoddb-pr/pr.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/commands/ccmoddb-pr/pr.ts b/src/commands/ccmoddb-pr/pr.ts index 0c67d22..392eea7 100644 --- a/src/commands/ccmoddb-pr/pr.ts +++ b/src/commands/ccmoddb-pr/pr.ts @@ -109,10 +109,10 @@ async function createPr(url: string, author: string) { export default class ModsPrCommand extends CCBotCommand { public constructor(client: CCBot) { const opt = { - name: 'add-mod', - description: 'add mod', + name: 'publish-mod', + description: 'Publish a mod to CCModDB', group: 'general', - memberName: 'add-mod', + memberName: 'publish-mod', args: [ { key: 'url',