Skip to content

Commit

Permalink
feat: change name of tags fetch command to tags view
Browse files Browse the repository at this point in the history
  • Loading branch information
R-unic committed Apr 1, 2024
1 parent 5b0e376 commit e832f61
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/commands/info/tags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@ export class Tags {
});
}

@Slash({ description: "Fetches a tag and displays it" })
@Slash({ description: "Views a tag" })
@SlashGroup("tags")
public async fetch(
public async view(
@SlashOption({
description: "The name of the tag to fetch",
description: "The name of the tag to view",
name: "name",
required: true,
type: ApplicationCommandOptionType.String,
Expand Down

0 comments on commit e832f61

Please sign in to comment.