From e3019705453d6afb1199c10f803e05f189512934 Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Tue, 22 Jun 2021 22:24:42 +0530 Subject: Renames Command ```tune``` to ```fm``` Adds Presense of BOT with current radio station --- src/configs/commands.config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/configs') diff --git a/src/configs/commands.config.json b/src/configs/commands.config.json index 9ef5a75..8e3cd67 100644 --- a/src/configs/commands.config.json +++ b/src/configs/commands.config.json @@ -11,7 +11,7 @@ "file": "./commands/radioStop.js" }, { - "name": "tune", + "name": "fm", "description": "FM Radio Tune IN", "file": "./commands/tune.js" } -- cgit v1.2.3