From e9fdabb7392cff5feabea773a42f3a31d8064699 Mon Sep 17 00:00:00 2001 From: anekos Date: Fri, 30 Dec 2011 18:35:17 +0900 Subject: Fix completer --- twittperator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'twittperator.js') diff --git a/twittperator.js b/twittperator.js index 8e21174..bbf7003 100644 --- a/twittperator.js +++ b/twittperator.js @@ -2350,7 +2350,7 @@ let INFO = Twittperator.activitySummary(arg); }, timelineCompleter: true, - completer: Completers.rawid(function(st) st.id) + completer: Completers.id(function(st) st.id) }), SubCommand({ command: ["info"], -- cgit v1.2.3