aboutsummaryrefslogtreecommitdiff
path: root/src/configs/commands.config.json
diff options
context:
space:
mode:
authorIndrajith K L2021-06-22 21:52:15 +0530
committerIndrajith K L2021-06-22 21:52:15 +0530
commit07d768cc40b3c6a8ea68e0ce1eae17f025f5ba0f (patch)
tree8cd28bf72df180031704120e59eeb9d166dcced8 /src/configs/commands.config.json
parent0ef3c83f4049227c08731e3f31e53c38e1da5957 (diff)
downloadradio-bot-07d768cc40b3c6a8ea68e0ce1eae17f025f5ba0f.tar.gz
radio-bot-07d768cc40b3c6a8ea68e0ce1eae17f025f5ba0f.tar.bz2
radio-bot-07d768cc40b3c6a8ea68e0ce1eae17f025f5ba0f.zip
Adds FM Radio Stations
``` !tune => This will play default radio station !tune next => Next Radio Station !tune prev => Previous Radio Station ```
Diffstat (limited to 'src/configs/commands.config.json')
-rw-r--r--src/configs/commands.config.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/configs/commands.config.json b/src/configs/commands.config.json
index cdb7745..9ef5a75 100644
--- a/src/configs/commands.config.json
+++ b/src/configs/commands.config.json
@@ -9,6 +9,11 @@
"name": "radioStop",
"description": "Stop Radio",
"file": "./commands/radioStop.js"
+ },
+ {
+ "name": "tune",
+ "description": "FM Radio Tune IN",
+ "file": "./commands/tune.js"
}
]
} \ No newline at end of file