Add downloader (video -> mp3) plugin (in music menu)

This commit is contained in:
TC
2020-11-21 22:50:33 +01:00
parent e0f61f128e
commit e197087a50
9 changed files with 518 additions and 9 deletions

View File

@ -0,0 +1,9 @@
const CHANNEL = "downloader";
const ACTIONS = {
ERROR: "error",
};
module.exports = {
CHANNEL: CHANNEL,
ACTIONS: ACTIONS,
};