mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-19 08:05:01 +00:00
Fix some argument type names
This commit is contained in:
parent
325a540880
commit
a410a4e994
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