Skip to content

Commit

Permalink
Change 'mod-add' to 'publish-mod'
Browse files Browse the repository at this point in the history
  • Loading branch information
krypciak committed Mar 11, 2024
1 parent d1f2e74 commit 4880517
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/commands/ccmoddb-pr/pr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 4880517

Please sign in to comment.