diff options
author | Indrajith K L | 2021-06-22 22:24:42 +0530 |
---|---|---|
committer | Indrajith K L | 2021-06-22 22:24:42 +0530 |
commit | e3019705453d6afb1199c10f803e05f189512934 (patch) | |
tree | 78cbf306e43f3f5c6046ce5f3d875792b9aa55f8 /src/configs | |
parent | bd1d07a387f28cc268266353db964ca8baf96e6d (diff) | |
download | radio-bot-e3019705453d6afb1199c10f803e05f189512934.tar.gz radio-bot-e3019705453d6afb1199c10f803e05f189512934.tar.bz2 radio-bot-e3019705453d6afb1199c10f803e05f189512934.zip |
Renames Command ```tune``` to ```fm```
Adds Presense of BOT with current radio station
Diffstat (limited to 'src/configs')
-rw-r--r-- | src/configs/commands.config.json | 2 |
1 files changed, 1 insertions, 1 deletions
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" } |