mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-04 01:54:11 +01:00
Refactor modules.config.
This commit is contained in:
@@ -560,7 +560,7 @@ const Player = Module("player", {
|
||||
},
|
||||
{ argCount: "1" });
|
||||
},
|
||||
completions: function () {
|
||||
completion: function () {
|
||||
completion.song = function song(context, args) {
|
||||
// TODO: useful descriptions?
|
||||
function map(list) list.map(function (i) [i, ""]);
|
||||
|
||||
Reference in New Issue
Block a user