Fix some argument type names
This commit is contained in:
parent
51a77b0082
commit
9f7f87dc77
5 changed files with 8 additions and 8 deletions
|
@ -35,7 +35,7 @@ export class NameHistoryPlugin extends ZeppelinPlugin<INameHistoryPluginConfig>
|
|||
this.nameHistory = GuildNameHistory.getInstance(this.guildId);
|
||||
}
|
||||
|
||||
@d.command("names", "<userId:userId>")
|
||||
@d.command("names", "<userId:userid>")
|
||||
@d.permission("can_view")
|
||||
async namesCmd(msg: Message, args: { userId: string }) {
|
||||
const names = await this.nameHistory.getByUserId(args.userId);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue