Skip to content

Commit cae6c6d

Browse files
authored
fix: incorrect alias flag for -kicks (#256)
1 parent 58c82f6 commit cae6c6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/commands.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ const flags = [
6363
['-bans', '-b', 'List the past bans of a player via /bminfo', 'bm.command.bminfo.history.bans', '/bminfo confuser -b'],
6464
['-bans', '-b', 'List the past bans of an IP via /bminfo', 'bm.command.bminfo.history.ipbans', '/bminfo 127.0.0.1 -b'],
6565
['-ips', '-i', 'List join leave history of a player via /bminfo', 'bm.command.bminfo.history.ips', '/bminfo confuser -i'],
66-
['-kicks', '-w', 'List kick records of a player via /bminfo', 'bm.command.bminfo.history.kicks', '/bminfo confuser -k'],
66+
['-kicks', '-k', 'List kick records of a player via /bminfo', 'bm.command.bminfo.history.kicks', '/bminfo confuser -k'],
6767
['-mutes', '-m', 'List the past mutes of a player via /bminfo', 'bm.command.bminfo.history.mutes', '/bminfo confuser -m'],
6868
['-mutes', '-m', 'List the past mutes of an IP via /bminfo', 'bm.command.bminfo.history.ipmutes', '/bminfo 127.0.0.1 -m'],
6969
['-notes', '-n', 'List all notes associated with a player via /bminfo', 'bm.command.bminfo.history.notes', '/bminfo confuser -n'],

0 commit comments

Comments
 (0)