Skip to content

Commit aba540d

Browse files
committed
Add what-number alias to bisect-number -autopull
1 parent 795ea10 commit aba540d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chatcommands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1214,7 +1214,7 @@ def bisect(msg, s):
12141214
"{} on line {} of {}".format(r, l, f) for r, (l, f) in matching)
12151215

12161216

1217-
@command(str, privileged=True, whole_msg=True, aliases=['bisect-number'])
1217+
@command(str, privileged=True, whole_msg=True, aliases=['bisect-number', 'what-number'])
12181218
def bisect_number(msg, s):
12191219
try:
12201220
number = rebuild_str(msg.content_source.split(" ", 1)[1])

0 commit comments

Comments
 (0)