We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df24ca3 commit c8368f3Copy full SHA for c8368f3
1 file changed
src/commands/misc/material.ts
@@ -14,7 +14,7 @@ export default class MaterialCommand extends Command {
14
help: `Displays material information. If no name is provided, a list of all materials will be displayed.
15
16
Note: this command supports fuzzy search.`,
17
- aliases: ["mat", "food", "recipe"],
+ aliases: ["m", "mat", "food", "recipe"],
18
options: [{
19
name: "name",
20
description: "Material name",
0 commit comments